jdk/src/share/classes/java/time/zone/ZoneOffsetTransition.java
changeset 16852 60207b2b4b42
parent 15289 3ac550392e43
child 17474 8c100beabcc0
--- a/jdk/src/share/classes/java/time/zone/ZoneOffsetTransition.java	Thu Apr 11 19:15:24 2013 -0700
+++ b/jdk/src/share/classes/java/time/zone/ZoneOffsetTransition.java	Fri Apr 12 07:57:35 2013 -0700
@@ -321,7 +321,7 @@
     }
 
     /**
-     * Does this transition represent a gap in the local time-line.
+     * Does this transition represent an overlap in the local time-line.
      * <p>
      * Overlaps occur where there are local date-times that exist twice.
      * An example would be when the offset changes from {@code +02:00} to {@code +01:00}.