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:
Sebastian Bazley 2014-06-23 19:32:43 +00:00
parent 899c7c8046
commit 4c89604863
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ import org.apache.http.util.Asserts;
* 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 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))}
*
* @since 4.3