diff --git a/icu4j/src/com/ibm/icu/util/Currency.java b/icu4j/src/com/ibm/icu/util/Currency.java index 2f752b091e5..f6e3e6c031e 100644 --- a/icu4j/src/com/ibm/icu/util/Currency.java +++ b/icu4j/src/com/ibm/icu/util/Currency.java @@ -229,6 +229,7 @@ public class Currency extends MeasureUnit implements Serializable { * is defined. * @return an array of the available ulocales * @draft ICU 3.2 + * @deprecated This is a draft API and might change in a future release of ICU. */ public static ULocale[] getAvailableULocales() { if (shim == null) {