jdk/src/share/classes/java/net/URLStreamHandler.java
changeset 22064 e3c4398c54cd
parent 19069 1d9cb0d080e3
child 24865 09b1d992ca72
--- 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.