8184244
: UIDefaults.addResourceBundle uses system class loader
Reviewed-by: serb, ssadetsky
This commit is contained in:
parent
f89582b4a7
commit
1d886495d2
@ -887,7 +887,7 @@ public class UIDefaults extends Hashtable<Object,Object>
|
||||
* Adds a resource bundle to the list of resource bundles that are
|
||||
* searched for localized values. Resource bundles are searched in
|
||||
* the reverse order they were added, using the
|
||||
* {@linkplain ClassLoader#getSystemClassLoader application class loader}.
|
||||
* {@linkplain ClassLoader#getSystemClassLoader system class loader}.
|
||||
* In other words, the most recently added bundle is searched first.
|
||||
*
|
||||
* @param bundleName the base name of the resource bundle to be added
|
||||
|
Loading…
Reference in New Issue
Block a user