FileSystems.getDefault currently states:
"The last provider to be instantiated becomes the default provider; its getFileSystem method is invoked with the URI "file:///" to create the default file system."
This should say that the newFileSystem method is invoked.
"The last provider to be instantiated becomes the default provider; its getFileSystem method is invoked with the URI "file:///" to create the default file system."
This should say that the newFileSystem method is invoked.
- duplicates
-
JDK-6875202 (fs spec) FileSystems.getDefault incorrectly states that getFileSystem creates default file system
- Closed