Skip to content

Commit c38b00f

Browse files
authored
Fix Javadoc typo
1 parent dbb960a commit c38b00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

httpclient5/src/main/java/org/apache/hc/client5/http/config/ConnectionConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public Timeout getSocketTimeout() {
104104
* A timeout value of zero is interpreted as an infinite timeout.
105105
* </p>
106106
*
107-
* @return the ttimeout until the target endpoint acknowledges accepting the connection request, defaults to 3 minutes.
107+
* @return the timeout until the target endpoint acknowledges accepting the connection request, defaults to 3 minutes.
108108
* @see Builder#setConnectTimeout(Timeout)
109109
*/
110110
public Timeout getConnectTimeout() {

0 commit comments

Comments
 (0)