From e705628d3590dbb3e19c63b8b7f42829b07a64f4 Mon Sep 17 00:00:00 2001 From: Brian Burkhalter Date: Mon, 10 Mar 2025 09:42:05 -0700 Subject: [PATCH] 8351505: (fs) Typo in the documentation of java.nio.file.spi.FileSystemProvider.getFileSystem() --- .../share/classes/java/nio/file/spi/FileSystemProvider.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java.base/share/classes/java/nio/file/spi/FileSystemProvider.java b/src/java.base/share/classes/java/nio/file/spi/FileSystemProvider.java index 14e5ce90c2c50..fdbd737f49ce3 100644 --- a/src/java.base/share/classes/java/nio/file/spi/FileSystemProvider.java +++ b/src/java.base/share/classes/java/nio/file/spi/FileSystemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2024, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2025, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -244,7 +244,7 @@ public abstract FileSystem newFileSystem(URI uri, Map env) * *

This method returns a reference to a {@code FileSystem} that was * created by invoking the {@link #newFileSystem(URI,Map) newFileSystem(URI,Map)} - * method. File systems created the {@link #newFileSystem(Path,Map) + * method. File systems created by the {@link #newFileSystem(Path,Map) * newFileSystem(Path,Map)} method are not returned by this method. * The file system is identified by its {@code URI}. Its exact form * is highly provider dependent. In the case of the default provider the URI's