Hi all,

 

I have another small fix for net-dev reviewers.

This is a small fix to the java/net/URL.java documentation to add a link to one 
of the constructors.

 

--- old/open/src/java.base/share/classes/java/net/URL.java   2020-08-18 
14:53:33.886033182 +0000

+++ new/open/src/java.base/share/classes/java/net/URL.java   2020-08-18 
14:53:33.770030806 +0000

@@ -397,8 +397,8 @@

      * a {@code handler} of {@code null} indicates that the URL

      * should use a default stream handler for the protocol, as outlined

      * for:

-     *     java.net.URL#URL(java.lang.String, java.lang.String, int,

-     *                      java.lang.String)

+     *     {@link java.net.URL#URL(java.lang.String, java.lang.String, int,

+     *                      java.lang.String)}

      *

      * <p>If the handler is not null and there is a security manager,

      * the security manager's {@code checkPermission}

 

 

JBS Link: https://bugs.openjdk.java.net/browse/JDK-8250748

 

Thank you in advance everyone.

Evan

Reply via email to