From: Victor Chang Date: Fri, 7 Dec 2018 20:50:30 +0000 (+0000) Subject: ICU-20295 Fix wrong java doc of "{#link" in TimeZoneFormat X-Git-Tag: release-64-rc~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6caa276083b759b0de50527cee3ffb6d0a58b785;p=icu ICU-20295 Fix wrong java doc of "{#link" in TimeZoneFormat --- diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/TimeZoneFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/TimeZoneFormat.java index 98df5ec88fe..d64ad4d2d09 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/TimeZoneFormat.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/TimeZoneFormat.java @@ -723,7 +723,7 @@ public class TimeZoneFormat extends UFormat implements Freezable * Sets the default parse options. *

* Note: By default, an instance of TimeZoneFormat - * created by {#link {@link #getInstance(ULocale)} has no parse options set. + * created by {@link #getInstance(ULocale)} has no parse options set. * * @param options the default parse options. * @return this object.