jdk/src/share/classes/java/time/chrono/JapaneseChronology.java
changeset 24256 da9a41004459
parent 22566 4ebe53dd7814
--- a/jdk/src/share/classes/java/time/chrono/JapaneseChronology.java	Mon May 05 09:52:24 2014 -0700
+++ b/jdk/src/share/classes/java/time/chrono/JapaneseChronology.java	Thu Mar 06 16:51:30 2014 +0000
@@ -150,7 +150,7 @@
      * Gets the ID of the chronology - 'Japanese'.
      * <p>
      * The ID uniquely identifies the {@code Chronology}.
-     * 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 chronology ID - 'Japanese'
      * @see #getCalendarType()
@@ -165,7 +165,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)}.
      * It can also be used as part of a locale, accessible via
      * {@link Locale#getUnicodeLocaleType(String)} with the key 'ca'.
      *