jdk/src/share/classes/java/time/chrono/HijrahChronology.java
changeset 24256 da9a41004459
parent 22566 4ebe53dd7814
--- a/jdk/src/share/classes/java/time/chrono/HijrahChronology.java	Mon May 05 09:52:24 2014 -0700
+++ b/jdk/src/share/classes/java/time/chrono/HijrahChronology.java	Thu Mar 06 16:51:30 2014 +0000
@@ -394,7 +394,7 @@
      * Gets the ID of the chronology.
      * <p>
      * The ID uniquely identifies the {@code Chronology}. It can be used to
-     * lookup the {@code Chronology} using {@link #of(String)}.
+     * lookup the {@code Chronology} using {@link Chronology#of(String)}.
      *
      * @return the chronology ID, non-null
      * @see #getCalendarType()
@@ -409,7 +409,7 @@
      * <p>
      * The calendar type is an identifier defined by the
      * <em>Unicode Locale Data Markup Language (LDML)</em> specification.
-     * It can be used to lookup the {@code Chronology} using {@link #of(String)}.
+     * It can be used to lookup the {@code Chronology} using {@link Chronology#of(String)}.
      *
      * @return the calendar system type; non-null if the calendar has
      *    a standard type, otherwise null