You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by og...@apache.org on 2006/11/26 19:38:59 UTC

svn commit: r479399 - /jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/ConnectionClosedException.java

Author: oglueck
Date: Sun Nov 26 10:38:58 2006
New Revision: 479399

URL: http://svn.apache.org/viewvc?view=rev&rev=479399
Log:
typo in doc

Modified:
    jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/ConnectionClosedException.java

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/ConnectionClosedException.java
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/ConnectionClosedException.java?view=diff&rev=479399&r1=479398&r2=479399
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/ConnectionClosedException.java (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/ConnectionClosedException.java Sun Nov 26 10:38:58 2006
@@ -45,7 +45,7 @@
 	static final long serialVersionUID = 617550366255636674L;
 	
     /**
-     * Creates a new MethodNotSupportedException with the specified detail message.
+     * Creates a new ConnectionClosedException with the specified detail message.
      * 
      * @param message The exception detail message
      */