Class java.util.ResourceBundle

Changed Methods
void clearCache() Change from non-final to final.
 
void clearCache(ClassLoader) Change from non-final to final.
 
ResourceBundle getBundle(String) Change in exceptions thrown from java.util.MissingResourceException to no exceptions.
Change from non-final to final.
 
ResourceBundle getBundle(String, Locale, ClassLoader) Change in exceptions thrown from java.util.MissingResourceException to no exceptions.
 
ResourceBundle getBundle(String, Locale) Change from non-final to final.
 
ResourceBundle getBundle(String, Locale, Control) Change from non-final to final.
 
ResourceBundle getBundle(String, Control) Change from non-final to final.