diff -r 35cd9b3a98ff -r 8c100beabcc0 jdk/src/share/classes/java/time/chrono/ChronoZonedDateTime.java --- a/jdk/src/share/classes/java/time/chrono/ChronoZonedDateTime.java Wed May 15 15:01:59 2013 +0100 +++ b/jdk/src/share/classes/java/time/chrono/ChronoZonedDateTime.java Wed May 15 07:48:57 2013 -0700 @@ -107,7 +107,7 @@ * Ensure that the discussion in {@code ChronoLocalDate} has been read and understood * before using this interface. * - *

Specification for implementors

+ * @implSpec * This interface must be implemented with care to ensure other classes operate correctly. * All implementations that can be instantiated must be final, immutable and thread-safe. * Subclasses should be Serializable wherever possible. @@ -128,6 +128,8 @@ * on the position of the date-time on the instant time-line. * The underlying comparison is equivalent to comparing the epoch-second and nano-of-second. * + * @return a comparator that compares in time-line order ignoring the chronology + * * @see #isAfter * @see #isBefore * @see #isEqual