jdk/src/share/classes/java/time/ZoneOffset.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
   112  * <p>
   112  * <p>
   113  * Instances of {@code ZoneOffset} must be compared using {@link #equals}.
   113  * Instances of {@code ZoneOffset} must be compared using {@link #equals}.
   114  * Implementations may choose to cache certain common offsets, however
   114  * Implementations may choose to cache certain common offsets, however
   115  * applications must not rely on such caching.
   115  * applications must not rely on such caching.
   116  *
   116  *
   117  * <h3>Specification for implementors</h3>
   117  * @implSpec
   118  * This class is immutable and thread-safe.
   118  * This class is immutable and thread-safe.
   119  *
   119  *
   120  * @since 1.8
   120  * @since 1.8
   121  */
   121  */
   122 public final class ZoneOffset
   122 public final class ZoneOffset