Replaced ConnPerRouteBean class with ConnPerRoute interface

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@647811 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2008-04-14 14:20:30 +00:00
parent bc6b2d7061
commit ffa55f8eec
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public interface ConnManagerPNames {
* This limit is interpreted by client connection managers
* and applies to individual manager instances.
* <p>
* This parameter expects a value of type {@link ConnPerRouteBean}.
* This parameter expects a value of type {@link ConnPerRoute}.
* </p>
*/
public static final String MAX_CONNECTIONS_PER_ROUTE = "http.conn-manager.max-per-route";