src/share/classes/java/nio/file/WatchKey.java

Print this page

        

@@ -144,7 +144,7 @@
      * that the watch key will be cancelled and so the object returned by this
      * method may no longer be a valid path to the directory.
      *
      * @return the object for which this watch key was created
      */
-    //T watchable();
+    Watchable watchable();
 }