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

Print this page

        

@@ -63,16 +63,16 @@
  *     <td> {@link Boolean} </td>
  *   </tr>
  * </table>
  * </blockquote>
  *
- * <p> The {@link java.nio.file.FileRef#getAttribute getAttribute} method may
+ * <p> The {@link java.nio.file.Files#getAttribute getAttribute} method may
  * be used to read any of these attributes, or any of the attributes defined by
  * {@link BasicFileAttributeView} as if by invoking the {@link #readAttributes
  * readAttributes()} method.
  *
- * <p> The {@link java.nio.file.FileRef#setAttribute setAttribute} method may
+ * <p> The {@link java.nio.file.Files#setAttribute setAttribute} method may
  * be used to update the file's last modified time, last access time or create
  * time attributes as defined by {@link BasicFileAttributeView}. It may also be
  * used to update the DOS attributes as if by invoking the {@link #setReadOnly
  * setReadOnly}, {@link #setHidden setHidden}, {@link #setSystem setSystem}, and
  * {@link #setArchive setArchive} methods respectively.