A single trailing space breaks the build ...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1604913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
899c7c8046
commit
4c89604863
|
@ -86,7 +86,7 @@ import org.apache.http.util.Asserts;
|
||||||
* Previously, the code would check every connection by default before re-using it.
|
* Previously, the code would check every connection by default before re-using it.
|
||||||
* The code now only checks the connection if the elapsed time since
|
* The code now only checks the connection if the elapsed time since
|
||||||
* the last use of the connection exceeds the timeout that has been set.
|
* the last use of the connection exceeds the timeout that has been set.
|
||||||
* The default timeout is set to 5000ms - see
|
* The default timeout is set to 5000ms - see
|
||||||
* {@link #PoolingHttpClientConnectionManager(HttpClientConnectionOperator, HttpConnectionFactory, long, TimeUnit))}
|
* {@link #PoolingHttpClientConnectionManager(HttpClientConnectionOperator, HttpConnectionFactory, long, TimeUnit))}
|
||||||
*
|
*
|
||||||
* @since 4.3
|
* @since 4.3
|
||||||
|
|
Loading…
Reference in New Issue