7018010: References to ProxySelector is without link
authorrriggs
Wed, 18 Dec 2013 09:56:54 -0500
changeset 22064 e3c4398c54cd
parent 22063 e5cdd7bc3564
child 22065 0b2684d4f49f
7018010: References to ProxySelector is without link Reviewed-by: lancea, darcy, alanb
jdk/src/share/classes/java/net/URL.java
jdk/src/share/classes/java/net/URLStreamHandler.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,
--- 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.