We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb960a commit c38b00fCopy full SHA for c38b00f
1 file changed
httpclient5/src/main/java/org/apache/hc/client5/http/config/ConnectionConfig.java
@@ -104,7 +104,7 @@ public Timeout getSocketTimeout() {
104
* A timeout value of zero is interpreted as an infinite timeout.
105
* </p>
106
*
107
- * @return the ttimeout until the target endpoint acknowledges accepting the connection request, defaults to 3 minutes.
+ * @return the timeout until the target endpoint acknowledges accepting the connection request, defaults to 3 minutes.
108
* @see Builder#setConnectTimeout(Timeout)
109
*/
110
public Timeout getConnectTimeout() {
0 commit comments