7018010: References to ProxySelector is without link

Reviewed-by: lancea, darcy, alanb
This commit is contained in:
Roger Riggs 2013-12-18 09:56:54 -05:00
parent d675ed697b
commit 32c0d130c7
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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.