You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jg...@apache.org on 2007/09/27 00:06:37 UTC

svn commit: r579820 - /geronimo/sandbox/AsyncHttpClient/src/main/java/org/apache/ahc/codec/HttpIoHandler.java

Author: jgenender
Date: Wed Sep 26 15:06:36 2007
New Revision: 579820

URL: http://svn.apache.org/viewvc?rev=579820&view=rev
Log:
Fix javadoc

Modified:
    geronimo/sandbox/AsyncHttpClient/src/main/java/org/apache/ahc/codec/HttpIoHandler.java

Modified: geronimo/sandbox/AsyncHttpClient/src/main/java/org/apache/ahc/codec/HttpIoHandler.java
URL: http://svn.apache.org/viewvc/geronimo/sandbox/AsyncHttpClient/src/main/java/org/apache/ahc/codec/HttpIoHandler.java?rev=579820&r1=579819&r2=579820&view=diff
==============================================================================
--- geronimo/sandbox/AsyncHttpClient/src/main/java/org/apache/ahc/codec/HttpIoHandler.java (original)
+++ geronimo/sandbox/AsyncHttpClient/src/main/java/org/apache/ahc/codec/HttpIoHandler.java Wed Sep 26 15:06:36 2007
@@ -116,7 +116,7 @@
      * Handler for receiving a notification that an Exception occurred in the communication with the server
      * 
      * @param ioSession the {@link org.apache.mina.common.IoSession} representing the connection to the server.
-     * @param object the {@link java.lang.Throwable} object representing the exception that occurred
+     * @param throwable the {@link java.lang.Throwable} object representing the exception that occurred
      * @see org.apache.mina.common.IoHandlerAdapter#exceptionCaught(org.apache.mina.common.IoSession, java.lang.Throwable)
      */
     public void exceptionCaught(IoSession ioSession, Throwable throwable) throws Exception {