mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-20295 Fix wrong java doc of "{#link" in TimeZoneFormat
This commit is contained in:
parent
70341459e3
commit
6caa276083
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue