The javadoc of java.nio.file.spi.FileSystemProvider.getFileSystem() says:
".... File systems created the {@link #newFileSystem(Path,Map) newFileSystem(Path,Map)} method are not returned by this method.
..."
The sentence was likely meant to be:
"... File systems created by invoking the ...."
".... File systems created the {@link #newFileSystem(Path,Map) newFileSystem(Path,Map)} method are not returned by this method.
..."
The sentence was likely meant to be:
"... File systems created by invoking the ...."
- links to
-
Commit(master) openjdk/jdk/f984c2b3
-
Review(master) openjdk/jdk/23968