added interface override annotations.
This commit is contained in:
parent
fc4c568b18
commit
5bbd8e4ef3
189 changed files with 1458 additions and 319 deletions
|
|
@ -35,6 +35,7 @@ public class BundleCharSetControl extends Control {
|
|||
/**
|
||||
* Does the loading of the ResourceBundle
|
||||
*/
|
||||
@Override
|
||||
public ResourceBundle newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload) throws IllegalAccessException, InstantiationException, IOException {
|
||||
String bundleName = toBundleName(baseName, locale);
|
||||
String resourceName = toResourceName(bundleName, BUNDLE_EXTENSION);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue