Skip to content

Commit a805b6f

Browse files
author
sendaoYan
committed
fix typo support to supported
1 parent c364944 commit a805b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static void test(Path top) throws IOException {
8181
System.out.println("creationTime.toMillis() == " + creationTime.toMillis());
8282
// If the file system doesn't support birth time, then skip this test
8383
if (creationTime.toMillis() == 0) {
84-
throw new SkippedException("birth time not support for: " + file);
84+
throw new SkippedException("birth time not supported for: " + file);
8585
} else {
8686
err.println("File creation time reported as: " + creationTime);
8787
throw new RuntimeException("Expected to be close to: " + now);

0 commit comments

Comments
 (0)