mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8295155: Incorrect javadoc of java.base module
Reviewed-by: alanb, rriggs, bpb, iris, jvernee
This commit is contained in:
parent
e1a77cfd5f
commit
2586b1a3c1
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
|||
* file system provider} to enumerate and read the class and resource
|
||||
* files in a run-time image.
|
||||
* The jrt file system can be created by calling
|
||||
* {@link java.nio.file.FileSystems#newFileSystem
|
||||
* FileSystems.newFileSystem(URI.create("jrt:/"))}.
|
||||
* {@link java.nio.file.FileSystems#getFileSystem
|
||||
* FileSystems.getFileSystem(URI.create("jrt:/"))}.
|
||||
* </dd>
|
||||
* </dl>
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue