We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c364944 commit a805b6fCopy full SHA for a805b6f
test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java
@@ -81,7 +81,7 @@ static void test(Path top) throws IOException {
81
System.out.println("creationTime.toMillis() == " + creationTime.toMillis());
82
// If the file system doesn't support birth time, then skip this test
83
if (creationTime.toMillis() == 0) {
84
- throw new SkippedException("birth time not support for: " + file);
+ throw new SkippedException("birth time not supported for: " + file);
85
} else {
86
err.println("File creation time reported as: " + creationTime);
87
throw new RuntimeException("Expected to be close to: " + now);
0 commit comments