mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-9233 Fixed a JavaDoc @link problem in PluralFormat
X-SVN-Rev: 31997
This commit is contained in:
parent
bcedc70b83
commit
d081e339ff
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ public class PluralFormat extends UFormat {
|
|||
* i.e., a pattern that was applied previously will be removed,
|
||||
* and the NumberFormat is set to the default number format for
|
||||
* the locale. The resulting format behaves the same as one
|
||||
* constructed from {@link #PluralFormat(ULocale, PluralType)}
|
||||
* constructed from {@link #PluralFormat(ULocale, PluralRules.PluralType)}
|
||||
* with PluralType.CARDINAL.
|
||||
* @param ulocale the <code>ULocale</code> used to configure the
|
||||
* formatter. If <code>ulocale</code> is <code>null</code>, the
|
||||
|
|
Loading…
Add table
Reference in a new issue