You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2007/06/17 14:21:08 UTC

svn commit: r548036 - in /jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio: FileContentDecoder.java FileContentEncoder.java protocol/HttpRequestExecutionHandler.java

Author: rolandw
Date: Sun Jun 17 05:21:08 2007
New Revision: 548036

URL: http://svn.apache.org/viewvc?view=rev&rev=548036
Log:
fixed JavaDoc warnings

Modified:
    jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/FileContentDecoder.java
    jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/FileContentEncoder.java
    jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/protocol/HttpRequestExecutionHandler.java

Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/FileContentDecoder.java
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/FileContentDecoder.java?view=diff&rev=548036&r1=548035&r2=548036
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/FileContentDecoder.java (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/FileContentDecoder.java Sun Jun 17 05:21:08 2007
@@ -43,7 +43,7 @@
      * Transfers a portion of entity content from the underlying network channel
      * into the given file channel.
      * 
-     * @param channel, the target FileChannel to transfer data into.
+     * @param  channel the target FileChannel to transfer data into.
      * @param  position
      *         The position within the file at which the transfer is to begin;
      *         must be non-negative

Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/FileContentEncoder.java
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/FileContentEncoder.java?view=diff&rev=548036&r1=548035&r2=548036
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/FileContentEncoder.java (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/FileContentEncoder.java Sun Jun 17 05:21:08 2007
@@ -44,7 +44,7 @@
      * Transfers a portion of entity content from the given file channel 
      * to the underlying network channel.
      * 
-     * @param channel, the source FileChannel to transfer data from.
+     * @param  channel the source FileChannel to transfer data from.
      * @param  position
      *         The position within the file at which the transfer is to begin;
      *         must be non-negative
@@ -57,4 +57,4 @@
      */
     long write(FileChannel channel, long position, long count) throws IOException;
     
-}
\ No newline at end of file
+}

Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/protocol/HttpRequestExecutionHandler.java
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/protocol/HttpRequestExecutionHandler.java?view=diff&rev=548036&r1=548035&r2=548036
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/protocol/HttpRequestExecutionHandler.java (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/protocol/HttpRequestExecutionHandler.java Sun Jun 17 05:21:08 2007
@@ -57,7 +57,7 @@
      * made. The attachment may optionally contain some state information
      * required in order to correctly initalize the HTTP context.
      * 
-     * @see ConnectingIOReactor#connect(java.net.SocketAddress, java.net.SocketAddress, Object)
+     * @see ConnectingIOReactor#connect
      * 
      * @param context the actual HTTP context
      * @param attachment the object passed to the connecting I/O reactor