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:
parent
2403daf243
commit
2e6c2957ef
|
@ -60,7 +60,7 @@ public interface ConnRoutePNames {
|
||||||
* {@link org.apache.http.conn.HttpRoutePlanner HttpRoutePlanner}
|
* {@link org.apache.http.conn.HttpRoutePlanner HttpRoutePlanner}
|
||||||
* implementations, in particular the default implementation.
|
* implementations, in particular the default implementation.
|
||||||
* <p>
|
* <p>
|
||||||
* This parameter expects a value of type {@link java.net.INetAddress}.
|
* This parameter expects a value of type {@link java.net.InetAddress}.
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
public static final String LOCAL_ADDRESS = "http.route.local-address";
|
public static final String LOCAL_ADDRESS = "http.route.local-address";
|
||||||
|
|
Loading…
Reference in New Issue