jdk/test/java/nio/file/WatchService/FileTreeModifier.java
changeset 38742 4af80d6e9e4d
parent 30820 0d4717a011d3
--- a/jdk/test/java/nio/file/WatchService/FileTreeModifier.java	Mon May 30 15:28:48 2016 +0900
+++ b/jdk/test/java/nio/file/WatchService/FileTreeModifier.java	Mon May 30 17:38:05 2016 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,9 +23,9 @@
 
 /* @test
  * @bug 4313887 6838333
- * @summary Sanity test for Sun-specific FILE_TREE watch event modifier
+ * @summary Sanity test for JDK-specific FILE_TREE watch event modifier
  * @library ..
- * @modules java.base/com.sun.nio.file
+ * @modules jdk.unsupported
  */
 
 import java.nio.file.*;