src/share/classes/java/nio/file/FileRef.java

Print this page

        

@@ -37,12 +37,10 @@
  * <p> A {@code FileRef} is an object that locates a file and defines methods to
  * open the file for reading or writing. It also provides access to associated
  * metadata or file attributes.
  *
  * @since 1.7
- * @see java.io.Inputs
- * @see java.io.Outputs
  * @see java.nio.file.attribute.Attributes
  * @see java.io.File#toPath
  */
 
 public interface FileRef {