< prev index next >

test/java/nio/file/WatchService/MayFlies.java

Print this page

        

*** 25,34 **** --- 25,35 ---- * @bug 7164570 7191467 * @summary Test that CREATE and DELETE events are paired for very * short lived files * @library .. * @run main MayFlies + * @key randomness */ import java.nio.file.*; import static java.nio.file.StandardWatchEventKinds.*; import java.util.*;
< prev index next >