mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8250748: Doc of URL(String, String, int, String, URLStreamHandler) does not use link
Reviewed-by: dfuchs
This commit is contained in:
parent
c2ee432602
commit
67b3cbff2e
1 changed files with 2 additions and 2 deletions
|
@ -397,8 +397,8 @@ public final class URL implements java.io.Serializable {
|
|||
* 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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue