ICU-20295 Fix wrong java doc of "{#link" in TimeZoneFormat

This commit is contained in:
Victor Chang 2018-12-07 20:50:30 +00:00 committed by Markus Scherer
parent 70341459e3
commit 6caa276083

View File

@ -723,7 +723,7 @@ public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>
* Sets the default parse options.
* <p>
* <b>Note:</b> By default, an instance of <code>TimeZoneFormat</code>
* 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.