ICU-10993 Removed @stable from a non-public API.

X-SVN-Rev: 36486
This commit is contained in:
Yoshito Umaoka 2014-09-12 17:21:39 +00:00
parent a3df75f151
commit 78d280f9f4

View File

@ -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);