From 0305b5124842e86b703b1fb0c5ae5ee9b157fe09 Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Sun, 16 Jun 2024 22:58:35 +0800 Subject: [PATCH] delete an extra whitespace for line77 --- .../nio/file/attribute/BasicFileAttributeView/CreationTime.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java b/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java index e0c3ae247244f..6244badce6507 100644 --- a/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java +++ b/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java @@ -74,7 +74,7 @@ private static void setCreationTime(Path file, FileTime time) throws IOException /** * read the output of linux command `stat -c "%w" file`, if the output is "-", - * then the file system doesn't support birth time + * then the file system doesn't support birth time */ public static boolean supportBirthTimeOnLinux(Path file) { try {