< prev index next >

test/java/nio/file/WatchService/SensitivityModifier.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* @test * @bug 4313887 * @summary Sanity test for Sun-specific sensitivity level watch event modifier * @library .. * @run main/timeout=240 SensitivityModifier + * @key randomness */ import java.nio.file.*; import static java.nio.file.StandardWatchEventKinds.*; import java.io.OutputStream;
< prev index next >