jdk/src/share/classes/java/nio/file/attribute/FileTime.java
changeset 14014 da3648e13e67
parent 9035 1255eb81cc2f
child 14342 8435a30053c1
--- a/jdk/src/share/classes/java/nio/file/attribute/FileTime.java	Sat Sep 29 15:44:06 2012 +0400
+++ b/jdk/src/share/classes/java/nio/file/attribute/FileTime.java	Mon Oct 01 15:36:57 2012 +0100
@@ -310,7 +310,7 @@
         private final long days;
 
         /**
-         * The excess (in nanoseconds); can be negative if days <= 0.
+         * The excess (in nanoseconds); can be negative if days &lt;= 0.
          */
         private final long excessNanos;