From 2961d302357f2ffed99bb527c24e514a6a1e2f5f Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Sat, 22 Jun 2024 00:17:52 +0800 Subject: [PATCH] update the @summary description --- .../file/attribute/BasicFileAttributeView/CreationTime.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java b/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java index a4523d280f764..27c1ad29cda00 100644 --- a/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java +++ b/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java @@ -24,7 +24,7 @@ /* @test id=tmp * @bug 8011536 8151430 8316304 8334339 * @summary Basic test for creationTime attribute on platforms/file systems - * that support it, test directory is /tmp. + * that support it, tests using /tmp directory. * @library ../.. /test/lib * @build jdk.test.lib.Platform * @run main CreationTime @@ -33,8 +33,8 @@ /* @test id=cwd * @bug 8011536 8151430 8316304 8334339 * @summary Basic test for creationTime attribute on platforms/file systems - * that support it, test directory is JTwork/scratch. The JTwork/scratch - * directory maybe at diff disk partition to /tmp on linux + * that support it, tests using the test scratch directory, the test + * scratch directory maybe at diff disk partition to /tmp on linux. * @library ../.. /test/lib * @build jdk.test.lib.Platform * @run main CreationTime .