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 2018/08/21 15:01:14 UTC

[03/32] httpcomponents-core git commit: Fix Javaodc.

Fix Javaodc.

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

Branch: refs/heads/api_javadocs
Commit: ec2ee3d20bba3e9379eca0c4ec4bb5f5a4ca1775
Parents: fe0e45c
Author: Gary Gregory <gg...@apache.org>
Authored: Sun Aug 5 11:02:26 2018 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Sun Aug 5 11:02:26 2018 -0600

----------------------------------------------------------------------
 .../java/org/apache/hc/core5/http/ConnectionClosedException.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/ec2ee3d2/httpcore5/src/main/java/org/apache/hc/core5/http/ConnectionClosedException.java
----------------------------------------------------------------------
diff --git a/httpcore5/src/main/java/org/apache/hc/core5/http/ConnectionClosedException.java b/httpcore5/src/main/java/org/apache/hc/core5/http/ConnectionClosedException.java
index 8da7df9..073f10f 100644
--- a/httpcore5/src/main/java/org/apache/hc/core5/http/ConnectionClosedException.java
+++ b/httpcore5/src/main/java/org/apache/hc/core5/http/ConnectionClosedException.java
@@ -39,7 +39,7 @@ public class ConnectionClosedException extends IOException {
     private static final long serialVersionUID = 617550366255636674L;
 
     /**
-     * Creates a new ConnectionClosedException with the specified detail message.
+     * Creates a new ConnectionClosedException with a default message.
      */
     public ConnectionClosedException() {
         super("Connection is closed");