mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-10993 Removed @stable from a non-public API.
X-SVN-Rev: 36486
This commit is contained in:
parent
a3df75f151
commit
78d280f9f4
1 changed files with 0 additions and 1 deletions
|
@ -367,7 +367,6 @@ public class PluralFormat extends UFormat {
|
|||
* @param pattern the pattern for this <code>PluralFormat</code>.
|
||||
* @param numberFormat The number formatter to use.
|
||||
* @throws IllegalArgumentException if the pattern is invalid.
|
||||
* @stable ICU 50
|
||||
*/
|
||||
/*package*/ PluralFormat(ULocale ulocale, PluralType type, String pattern, NumberFormat numberFormat) {
|
||||
init(null, type, ulocale, numberFormat);
|
||||
|
|
Loading…
Add table
Reference in a new issue