jdk/src/share/classes/java/time/chrono/MinguoChronology.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    93  * <li>day-of-year - The Minguo day-of-year exactly matches ISO.
    93  * <li>day-of-year - The Minguo day-of-year exactly matches ISO.
    94  * <li>leap-year - The Minguo leap-year pattern exactly matches ISO, such that the two calendars
    94  * <li>leap-year - The Minguo leap-year pattern exactly matches ISO, such that the two calendars
    95  *  are never out of step.
    95  *  are never out of step.
    96  * </ul><p>
    96  * </ul><p>
    97  *
    97  *
    98  * <h3>Specification for implementors</h3>
    98  * @implSpec
    99  * This class is immutable and thread-safe.
    99  * This class is immutable and thread-safe.
   100  *
   100  *
   101  * @since 1.8
   101  * @since 1.8
   102  */
   102  */
   103 public final class MinguoChronology extends Chronology implements Serializable {
   103 public final class MinguoChronology extends Chronology implements Serializable {