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:
parent
826d674e3d
commit
46270b747a
|
@ -67,8 +67,8 @@ public final class HttpConnectionManagerParams {
|
||||||
* <p>
|
* <p>
|
||||||
* This parameter expects a value of type {@link java.util.Map}. The value
|
* This parameter expects a value of type {@link java.util.Map}. The value
|
||||||
* should map instances of {@link HttpRoute}
|
* should map instances of {@link HttpRoute}
|
||||||
* to {@link Integer integers}. The default value can be specified using
|
* to {@link Integer integers}.
|
||||||
* {@link HttpRoute#ANY_HOST_CONFIGURATION}.
|
* The default value is mapped to a special, private key.
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
public static final String MAX_HOST_CONNECTIONS = "http.connection-manager.max-per-host";
|
public static final String MAX_HOST_CONNECTIONS = "http.connection-manager.max-per-host";
|
||||||
|
|
Loading…
Reference in New Issue