--- old/src/share/classes/java/nio/file/WatchKey.java Fri Mar 18 12:04:27 2011 +++ new/src/share/classes/java/nio/file/WatchKey.java Fri Mar 18 12:04:26 2011 @@ -146,5 +146,5 @@ * * @return the object for which this watch key was created */ - //T watchable(); + Watchable watchable(); }