Skip to content

Commit 4755276

Browse files
author
Brian Burkhalter
committed
8357912: (fs) Remove @SInCE tag from java.nio.file.FileSystems.newFileSystem(Path,ClassLoader)
Reviewed-by: lancea, alanb
1 parent da228e0 commit 4755276

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/java.base/share/classes/java/nio/file/FileSystems.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ public static FileSystem newFileSystem(URI uri, Map<String,?> env, ClassLoader l
372372
* when an error occurs while loading a service provider
373373
* @throws IOException
374374
* if an I/O error occurs
375-
*
376-
* @since 13
377375
*/
378376
public static FileSystem newFileSystem(Path path,
379377
ClassLoader loader)

0 commit comments

Comments
 (0)