7018010: References to ProxySelector is without link
Reviewed-by: lancea, darcy, alanb
--- 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,
--- 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.