Return-Path: Delivered-To: apmail-jakarta-httpcomponents-commits-archive@www.apache.org Received: (qmail 1269 invoked from network); 17 Jun 2007 12:21:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jun 2007 12:21:29 -0000 Received: (qmail 60684 invoked by uid 500); 17 Jun 2007 12:21:33 -0000 Delivered-To: apmail-jakarta-httpcomponents-commits-archive@jakarta.apache.org Received: (qmail 60668 invoked by uid 500); 17 Jun 2007 12:21:33 -0000 Mailing-List: contact httpcomponents-commits-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: httpcomponents-dev@jakarta.apache.org Delivered-To: mailing list httpcomponents-commits@jakarta.apache.org Received: (qmail 60659 invoked by uid 99); 17 Jun 2007 12:21:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 05:21:33 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 05:21:29 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 12B1F1A981A; Sun, 17 Jun 2007 05:21:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548036 - in /jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio: FileContentDecoder.java FileContentEncoder.java protocol/HttpRequestExecutionHandler.java Date: Sun, 17 Jun 2007 12:21:08 -0000 To: httpcomponents-commits@jakarta.apache.org From: rolandw@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070617122109.12B1F1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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