--- old/src/share/classes/java/nio/file/PathMatcher.java Wed Jan 26 14:11:07 2011 +++ new/src/share/classes/java/nio/file/PathMatcher.java Wed Jan 26 14:11:07 2011 @@ -32,7 +32,7 @@ * @since 1.7 * * @see FileSystem#getPathMatcher - * @see Path#newDirectoryStream(String) + * @see Files#newDirectoryStream(Path,String) */ public interface PathMatcher {