bruce 2005/04/07 16:42:46
Modified: src/main/org/apache/tools/ant/util FileUtils.java
Log:
Why not fix the comment while we are at it?
Revision Changes Path
1.93 +1 -1 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/FileUtils.java,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- FileUtils.java 7 Apr 2005 19:59:35 -0000 1.92
+++ FileUtils.java 7 Apr 2005 23:42:46 -0000 1.93
@@ -89,7 +89,7 @@
/**
* 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.
+ * than 1 millisecond, so we round this up to 1 millisecond.
*/
public static final long NTFS_FILE_TIMESTAMP_GRANULARITY = 1;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]