ICU-10993 Removed @stable from a non-public API.
X-SVN-Rev: 36486
This commit is contained in:
parent
a3df75f151
commit
78d280f9f4
@ -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…
Reference in New Issue
Block a user