ICU-5649 Promote some internal APIs to public
X-SVN-Rev: 21250
This commit is contained in:
parent
2a3649343f
commit
f7287d2822
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user