JavaDoc fix

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-07-20 20:29:43 +00:00
parent 826d674e3d
commit 46270b747a
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ public final class HttpConnectionManagerParams {
* <p>
* This parameter expects a value of type {@link java.util.Map}. The value
* should map instances of {@link HttpRoute}
* to {@link Integer integers}. The default value can be specified using
* {@link HttpRoute#ANY_HOST_CONFIGURATION}.
* to {@link Integer integers}.
* The default value is mapped to a special, private key.
* </p>
*/
public static final String MAX_HOST_CONNECTIONS = "http.connection-manager.max-per-host";