From b6133893784e9d50bb65203ab431987966acbe7e Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Tue, 21 Jun 2005 00:21:03 +0000 Subject: [PATCH] ICU-4592 promote 2.8 apis to stable X-SVN-Rev: 17953 --- icu4j/src/com/ibm/icu/util/Currency.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4j/src/com/ibm/icu/util/Currency.java b/icu4j/src/com/ibm/icu/util/Currency.java index 59307e42e4..e296f58adb 100644 --- a/icu4j/src/com/ibm/icu/util/Currency.java +++ b/icu4j/src/com/ibm/icu/util/Currency.java @@ -228,8 +228,7 @@ public class Currency extends MeasureUnit implements Serializable { * Return an array of the ulocales for which a currency * 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. + * @stable ICU 3.2 */ public static ULocale[] getAvailableULocales() { if (shim == null) {