You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/11/10 09:21:26 UTC

httpcomponents-core git commit: correct javadoc issue

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x d2e19fcae -> 46719f32e


correct javadoc issue

Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/46719f32
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/46719f32
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/46719f32

Branch: refs/heads/4.4.x
Commit: 46719f32e32e5bc61ec45e68c6c9fa30284f1cb4
Parents: d2e19fc
Author: stroller <fu...@gmail.com>
Authored: Fri Nov 10 10:49:34 2017 +0800
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Fri Nov 10 10:19:10 2017 +0100

----------------------------------------------------------------------
 httpcore/src/main/java/org/apache/http/config/SocketConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/46719f32/httpcore/src/main/java/org/apache/http/config/SocketConfig.java
----------------------------------------------------------------------
diff --git a/httpcore/src/main/java/org/apache/http/config/SocketConfig.java b/httpcore/src/main/java/org/apache/http/config/SocketConfig.java
index 614a7d2..a805739 100644
--- a/httpcore/src/main/java/org/apache/http/config/SocketConfig.java
+++ b/httpcore/src/main/java/org/apache/http/config/SocketConfig.java
@@ -115,7 +115,7 @@ public class SocketConfig implements Cloneable {
      * Determines the default value of the {@link java.net.SocketOptions#SO_KEEPALIVE} parameter
      * for newly created sockets.
      * <p>
-     * Default: {@code -1}
+     * Default: {@code false}
      * </p>
      *
      * @return the default value of the {@link java.net.SocketOptions#SO_KEEPALIVE} parameter.