mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8177389: Hyphen "-" should be removed in URL class documentation
Javadoc of java.net.URL constructor updated to remove an unnecessary hyphen Reviewed-by: dfuchs
This commit is contained in:
parent
1f87cb017f
commit
c84e19f3ca
1 changed files with 7 additions and 4 deletions
|
@ -329,10 +329,13 @@ public final class URL implements java.io.Serializable {
|
|||
* </ol>
|
||||
*
|
||||
* <p>Protocol handlers for the following protocols are guaranteed
|
||||
* to exist on the search path :-
|
||||
* <blockquote><pre>
|
||||
* http, https, file, and jar
|
||||
* </pre></blockquote>
|
||||
* to exist on the search path:
|
||||
* <ul>
|
||||
* <li>{@code http}</li>
|
||||
* <li>{@code https}</li>
|
||||
* <li>{@code file}</li>
|
||||
* <li>{@code jar}</li>
|
||||
* </ul>
|
||||
* Protocol handlers for additional protocols may also be available.
|
||||
* Some protocol handlers, for example those used for loading platform
|
||||
* classes or classes on the class path, may not be overridden. The details
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue