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

Print this page

        

*** 308,318 **** * The value (in days) since the epoch; can be negative. */ private final long days; /** ! * The excess (in nanoseconds); can be negative if days <= 0. */ private final long excessNanos; /** * Initializes a new instance of this class. --- 308,318 ---- * The value (in days) since the epoch; can be negative. */ private final long days; /** ! * The excess (in nanoseconds); can be negative if days &lt;= 0. */ private final long excessNanos; /** * Initializes a new instance of this class.