jdk/src/java.base/share/classes/java/time/chrono/HijrahChronology.java
changeset 27298 ab3f172863c2
parent 27286 8299f6b0c5fc
child 28848 824124d1cba5
equal deleted inserted replaced
27297:f37659460080 27298:ab3f172863c2
   144  * @implNote
   144  * @implNote
   145  * Each Hijrah variant is configured individually. Each variant is defined by a
   145  * Each Hijrah variant is configured individually. Each variant is defined by a
   146  * property resource that defines the {@code ID}, the {@code calendar type},
   146  * property resource that defines the {@code ID}, the {@code calendar type},
   147  * the start of the calendar, the alignment with the
   147  * the start of the calendar, the alignment with the
   148  * ISO calendar, and the length of each month for a range of years.
   148  * ISO calendar, and the length of each month for a range of years.
   149  * The variants are loaded by HijrahChronology as a resource from hijrah-config-<calendar-type>.properties.
   149  * The variants are loaded by HijrahChronology as a resource from
       
   150  * hijrah-config-&lt;calendar type&gt;.properties.
   150  * <p>
   151  * <p>
   151  * The Hijrah property resource is a set of properties that describe the calendar.
   152  * The Hijrah property resource is a set of properties that describe the calendar.
   152  * The syntax is defined by {@code java.util.Properties#load(Reader)}.
   153  * The syntax is defined by {@code java.util.Properties#load(Reader)}.
   153  * <table cellpadding="2" summary="Configuration of Hijrah Calendar">
   154  * <table cellpadding="2" summary="Configuration of Hijrah Calendar">
   154  * <thead>
   155  * <thead>