8295155: Incorrect javadoc of java.base module

Reviewed-by: alanb, rriggs, bpb, iris, jvernee
This commit is contained in:
Raffaello Giulietti 2022-10-11 16:58:36 +00:00
parent e1a77cfd5f
commit 2586b1a3c1

View File

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