Skip to content

Commit 085e8be

Browse files
olpawjovanstevanovic
authored andcommitted
Addressing the comments.
1 parent b81a374 commit 085e8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/resources/NativeImageResourceFileSystemProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public FileSystem getFileSystem(URI uri) {
142142
readLock.lock();
143143
if (fileSystem == null) {
144144
throw new FileSystemNotFoundException("The Native Image Resource File System is not present. " +
145-
"Please create a new file system using the `newFileSystem` operation before attempting any file system operations.");
145+
"Please create a new file system using the `newFileSystem` operation before attempting any file system operations on resource URIs.");
146146
}
147147
return fileSystem;
148148
} finally {

0 commit comments

Comments
 (0)