< prev index next >

test/java/nio/file/WatchService/FileTreeModifier.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
  * @bug 4313887 6838333
  * @summary Sanity test for Sun-specific FILE_TREE watch event modifier
  * @library ..
+ * @modules java.base/com.sun.nio.file
  */
 
 import java.nio.file.*;
 import static java.nio.file.StandardWatchEventKinds.*;
 import java.io.IOException;
< prev index next >