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