ICU-5649 Promote some internal APIs to public

X-SVN-Rev: 21250
This commit is contained in:
Yoshito Umaoka 2007-03-14 16:01:54 +00:00
parent 2a3649343f
commit f7287d2822

View File

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