jdk/src/share/classes/java/time/chrono/HijrahChronology.java
changeset 24256 da9a41004459
parent 22566 4ebe53dd7814
equal deleted inserted replaced
24255:91f5e4399160 24256:da9a41004459
   392     //-----------------------------------------------------------------------
   392     //-----------------------------------------------------------------------
   393     /**
   393     /**
   394      * Gets the ID of the chronology.
   394      * Gets the ID of the chronology.
   395      * <p>
   395      * <p>
   396      * The ID uniquely identifies the {@code Chronology}. It can be used to
   396      * The ID uniquely identifies the {@code Chronology}. It can be used to
   397      * lookup the {@code Chronology} using {@link #of(String)}.
   397      * lookup the {@code Chronology} using {@link Chronology#of(String)}.
   398      *
   398      *
   399      * @return the chronology ID, non-null
   399      * @return the chronology ID, non-null
   400      * @see #getCalendarType()
   400      * @see #getCalendarType()
   401      */
   401      */
   402     @Override
   402     @Override
   407     /**
   407     /**
   408      * Gets the calendar type of the Islamic calendar.
   408      * Gets the calendar type of the Islamic calendar.
   409      * <p>
   409      * <p>
   410      * The calendar type is an identifier defined by the
   410      * The calendar type is an identifier defined by the
   411      * <em>Unicode Locale Data Markup Language (LDML)</em> specification.
   411      * <em>Unicode Locale Data Markup Language (LDML)</em> specification.
   412      * It can be used to lookup the {@code Chronology} using {@link #of(String)}.
   412      * It can be used to lookup the {@code Chronology} using {@link Chronology#of(String)}.
   413      *
   413      *
   414      * @return the calendar system type; non-null if the calendar has
   414      * @return the calendar system type; non-null if the calendar has
   415      *    a standard type, otherwise null
   415      *    a standard type, otherwise null
   416      * @see #getId()
   416      * @see #getId()
   417      */
   417      */