Reduce warnings reported by Eclipse
Closes gh-43269
This commit is contained in:
@@ -84,6 +84,7 @@ public class NestedFileSystemProvider extends FileSystemProvider {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("resource")
|
||||
public Path getPath(URI uri) {
|
||||
NestedLocation location = NestedLocation.fromUri(uri);
|
||||
synchronized (this.fileSystems) {
|
||||
|
||||
Reference in New Issue
Block a user