< prev index next >

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

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @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 >