--- old/src/share/classes/java/nio/file/attribute/FileOwnerAttributeView.java Wed Jan 26 14:11:36 2011 +++ new/src/share/classes/java/nio/file/attribute/FileOwnerAttributeView.java Wed Jan 26 14:11:35 2011 @@ -37,8 +37,8 @@ *

The {@link #getOwner getOwner} or {@link #setOwner setOwner} methods may * be used to read or update the owner of the file. * - *

The {@link java.nio.file.FileRef#getAttribute getAttribute} and - * {@link java.nio.file.FileRef#setAttribute setAttribute} methods may also be + *

The {@link java.nio.file.Files#getAttribute getAttribute} and + * {@link java.nio.file.Files#setAttribute setAttribute} methods may also be * used to read or update the owner. In that case, the owner attribute is * identified by the name {@code "owner"}, and the value of the attribute is * a {@link UserPrincipal}.