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/29 01:40:37 UTC

svn commit: r1621230 - /httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java

Author: sebb
Date: Thu Aug 28 23:40:37 2014
New Revision: 1621230

URL: http://svn.apache.org/r1621230
Log:
Trailing space

Modified:
    httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java

Modified: httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java?rev=1621230&r1=1621229&r2=1621230&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java (original)
+++ httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java Thu Aug 28 23:40:37 2014
@@ -102,7 +102,7 @@ public abstract class AbstractConnPool {
      * Obtains a pool entry with a connection within the given timeout.
      *
      * @param route     the route for which to get the connection
-     * @param state     the state 
+     * @param state     the state
      * @param timeout   the timeout, 0 or negative for no timeout
      * @param tunit     the unit for the {@code timeout},
      *                  may be {@code null} only if there is no timeout