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