From 32c0d130c7484b9bf9de4d4e3c810cac0d35c25a Mon Sep 17 00:00:00 2001 From: Roger Riggs Date: Wed, 18 Dec 2013 09:56:54 -0500 Subject: [PATCH] 7018010: References to ProxySelector is without link Reviewed-by: lancea, darcy, alanb --- jdk/src/share/classes/java/net/URL.java | 4 ++-- jdk/src/share/classes/java/net/URLStreamHandler.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jdk/src/share/classes/java/net/URL.java b/jdk/src/share/classes/java/net/URL.java index 1ff5d63a35a..7e3af285821 100644 --- a/jdk/src/share/classes/java/net/URL.java +++ b/jdk/src/share/classes/java/net/URL.java @@ -978,8 +978,8 @@ public final class URL implements java.io.Serializable { * 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 --git a/jdk/src/share/classes/java/net/URLStreamHandler.java b/jdk/src/share/classes/java/net/URLStreamHandler.java index a77c5ed2cfc..f758db505e8 100644 --- a/jdk/src/share/classes/java/net/URLStreamHandler.java +++ b/jdk/src/share/classes/java/net/URLStreamHandler.java @@ -76,8 +76,8 @@ public abstract class URLStreamHandler { * 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.