fixed JavaDoc warning

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@607238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-12-28 13:17:00 +00:00
parent 2403daf243
commit 2e6c2957ef
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public interface ConnRoutePNames {
* {@link org.apache.http.conn.HttpRoutePlanner HttpRoutePlanner}
* implementations, in particular the default implementation.
* <p>
* This parameter expects a value of type {@link java.net.INetAddress}.
* This parameter expects a value of type {@link java.net.InetAddress}.
* </p>
*/
public static final String LOCAL_ADDRESS = "http.route.local-address";