# HG changeset patch # User rriggs # Date 1387378614 18000 # Node ID e3c4398c54cd37f1b6b3336e1f8d5ed4e4a48d88 # Parent e5cdd7bc3564c7200f140ef6d1e50e2e69f7f5ac 7018010: References to ProxySelector is without link Reviewed-by: lancea, darcy, alanb diff -r e5cdd7bc3564 -r e3c4398c54cd jdk/src/share/classes/java/net/URL.java --- a/jdk/src/share/classes/java/net/URL.java Wed Dec 18 12:23:41 2013 +0000 +++ b/jdk/src/share/classes/java/net/URL.java Wed Dec 18 09:56:54 2013 -0500 @@ -978,8 +978,8 @@ * support proxing will ignore the proxy parameter and make a * normal connection. * - * Invoking this method preempts the system's default ProxySelector - * settings. + * Invoking this method preempts the system's default + * {@link java.net.ProxySelector ProxySelector} settings. * * @param proxy the Proxy through which this connection * will be made. If direct connection is desired, diff -r e5cdd7bc3564 -r e3c4398c54cd jdk/src/share/classes/java/net/URLStreamHandler.java --- a/jdk/src/share/classes/java/net/URLStreamHandler.java Wed Dec 18 12:23:41 2013 +0000 +++ b/jdk/src/share/classes/java/net/URLStreamHandler.java Wed Dec 18 09:56:54 2013 -0500 @@ -76,8 +76,8 @@ * support proxying will ignore the proxy parameter and make a * normal connection. * - * Calling this method preempts the system's default ProxySelector - * settings. + * Calling this method preempts the system's default + * {@link java.net.ProxySelector ProxySelector} settings. * * @param u the URL that this connects to. * @param p the proxy through which the connection will be made.