<i18n dev> RFR: JDK-7090039: Wrong link in comment of java.text.DateFormatSymbols

Yuka Kamiya yuka.kamiya at oracle.com
Thu Jun 30 07:07:05 UTC 2016


Hi,

Please review a simple doc fix.

https://bugs.openjdk.java.net/browse/JDK-7090039

--- a/src/java.base/share/classes/java/text/DateFormatSymbols.java
+++ b/src/java.base/share/classes/java/text/DateFormatSymbols.java
@@ -221,7 +221,7 @@
       * The zone ID is <em>not</em> localized; it's one of the valid IDs of
       * the {@link java.util.TimeZone TimeZone} class that are not
-     * <a href="../java/util/TimeZone.html#CustomID">custom IDs</a>.
+     * <a href="../util/TimeZone.html#CustomID">custom IDs</a>.
       * All other entries are localized names.


Thanks,
--
Yuka


More information about the i18n-dev mailing list