Ok, I'll make this change.
Martijn Kruithof wrote:
+ /**
+ * The granularity of timestamps under the NT File System.
+ * NTFS has a granularity of 100 nanoseconds, which is less
+ * than 1 millisecond, so we set this to 0.
+ */
+ public static final long NTFS_FILE_TIMESTAMP_GRANULARITY = 0;
Shouldn't this be 1, testing for a difference less than the
granularity, which would be a valid way to see this variable / the
result of the method using this variable would always yield false.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]