jdk/src/java.base/share/classes/java/io/File.java
changeset 32649 2ee9017c7597
parent 32033 bf24e33c7919
child 33674 566777f73c32
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
  2202     /** use serialVersionUID from JDK 1.0.2 for interoperability */
  2202     /** use serialVersionUID from JDK 1.0.2 for interoperability */
  2203     private static final long serialVersionUID = 301077366599181567L;
  2203     private static final long serialVersionUID = 301077366599181567L;
  2204 
  2204 
  2205     // -- Integration with java.nio.file --
  2205     // -- Integration with java.nio.file --
  2206 
  2206 
  2207     private volatile transient Path filePath;
  2207     private transient volatile Path filePath;
  2208 
  2208 
  2209     /**
  2209     /**
  2210      * Returns a {@link Path java.nio.file.Path} object constructed from the
  2210      * Returns a {@link Path java.nio.file.Path} object constructed from the
  2211      * this abstract path. The resulting {@code Path} is associated with the
  2211      * this abstract path. The resulting {@code Path} is associated with the
  2212      * {@link java.nio.file.FileSystems#getDefault default-filesystem}.
  2212      * {@link java.nio.file.FileSystems#getDefault default-filesystem}.