jdk/test/java/nio/file/WatchService/LotsOfEvents.java
changeset 9679 d98ae8bc45fc
parent 9035 1255eb81cc2f
child 30046 cf2c86e1819e
--- a/jdk/test/java/nio/file/WatchService/LotsOfEvents.java	Mon May 09 08:58:00 2011 -0700
+++ b/jdk/test/java/nio/file/WatchService/LotsOfEvents.java	Mon May 09 18:45:33 2011 +0100
@@ -29,7 +29,7 @@
  */
 
 import java.nio.file.*;
-import static java.nio.file.StandardWatchEventKind.*;
+import static java.nio.file.StandardWatchEventKinds.*;
 import java.io.IOException;
 import java.io.OutputStream;
 import java.util.*;