You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2014/08/27 19:11:28 UTC

svn commit: r1620943 - /httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java

Author: sebb
Date: Wed Aug 27 17:11:28 2014
New Revision: 1620943

URL: http://svn.apache.org/r1620943
Log:
Javadoc typos

Modified:
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java?rev=1620943&r1=1620942&r2=1620943&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java Wed Aug 27 17:11:28 2014
@@ -79,8 +79,8 @@ public class HttpAsyncRequester {
 
     /**
      * Creates new instance of {@code HttpAsyncRequester}.
-     * @param httpProcessor HTTP protocol processor.
-     * @param connStrategy Connection re-use strategy. If {@code null}
+     * @param httpprocessor HTTP protocol processor.
+     * @param connReuseStrategy Connection re-use strategy. If {@code null}
      *   {@link DefaultConnectionReuseStrategy#INSTANCE} will be used.
      * @param exceptionLogger Exception logger. If {@code null}
      *   {@link ExceptionLogger#NO_OP} will be used. Please note that the exception
@@ -306,7 +306,7 @@ public class HttpAsyncRequester {
      * @param <T> the result type of request execution.
      * @param <E> the connection pool entry type.
      * @param requestProducers list of request producers.
-     * @param responseConsumer list of response consumers.
+     * @param responseConsumers list of response consumers.
      * @param poolEntry leased pool entry. It will be automatically released
      *   back to the pool when execution is completed.
      * @param connPool pool of persistent reusable connections.