From f7287d2822c4b3d62f6fac26d2728fcccd899214 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Wed, 14 Mar 2007 16:01:54 +0000 Subject: [PATCH] ICU-5649 Promote some internal APIs to public X-SVN-Rev: 21250 --- icu4j/src/com/ibm/icu/util/UResourceBundle.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4j/src/com/ibm/icu/util/UResourceBundle.java b/icu4j/src/com/ibm/icu/util/UResourceBundle.java index 7606954cf9..64d300e9bc 100644 --- a/icu4j/src/com/ibm/icu/util/UResourceBundle.java +++ b/icu4j/src/com/ibm/icu/util/UResourceBundle.java @@ -209,8 +209,8 @@ public abstract class UResourceBundle extends ResourceBundle{ * If null the bundle for default locale is opened. * @param loader the loader to use * @return a resource bundle for the given base name and locale - * @internal revisit for ICU 3.6 - * @deprecated This API is ICU internal only. + * @draft ICU 3.8 + * @provisional This API might change or be removed in a future release. */ public static UResourceBundle getBundleInstance(String baseName, Locale locale, ClassLoader loader){ return getBundleInstance(baseName, ULocale.forLocale(locale), loader);