src/share/classes/java/nio/file/attribute/FileAttributeView.java

Print this page

        

*** 31,41 **** * implemented by specific file attribute views that define methods to read * and/or update the attributes of a file. * * @since 1.7 * ! * @see java.nio.file.FileRef#getFileAttributeView(Class,java.nio.file.LinkOption[]) */ public interface FileAttributeView extends AttributeView { --- 31,41 ---- * implemented by specific file attribute views that define methods to read * and/or update the attributes of a file. * * @since 1.7 * ! * @see java.nio.file.Files#getFileAttributeView(Path,Class,java.nio.file.LinkOption[]) */ public interface FileAttributeView extends AttributeView {