jdk/src/share/classes/java/nio/file/attribute/FileTime.java
changeset 17190 7e650321026c
parent 16856 2aaed0433c15
child 23010 6dadb192ad81
equal deleted inserted replaced
17189:9f2ae085280b 17190:7e650321026c
   217      * <p> The conversion creates an {@code Instant} that represents the
   217      * <p> The conversion creates an {@code Instant} that represents the
   218      * same point on the time-line as this {@code FileTime}.
   218      * same point on the time-line as this {@code FileTime}.
   219      *
   219      *
   220      * <p> {@code FileTime} can store points on the time-line further in the
   220      * <p> {@code FileTime} can store points on the time-line further in the
   221      * future and further in the past than {@code Instant}. Conversion
   221      * future and further in the past than {@code Instant}. Conversion
   222      * from such further time points saturates to {@link Instant.MIN} if
   222      * from such further time points saturates to {@link Instant#MIN} if
   223      * earlier than {@code Instant.MIN} or {@link Instant.MAX} if later
   223      * earlier than {@code Instant.MIN} or {@link Instant#MAX} if later
   224      * than {@code Instant.MAX}.
   224      * than {@code Instant.MAX}.
   225      *
   225      *
   226      * @return  an instant representing the same point on the time-line as
   226      * @return  an instant representing the same point on the time-line as
   227      *          this {@code FileTime} object
   227      *          this {@code FileTime} object
   228      * @since 1.8
   228      * @since 1.8