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
|
* Adds a resource bundle to the list of resource bundles that are
|
||||||
* searched for localized values. Resource bundles are searched in
|
* searched for localized values. Resource bundles are searched in
|
||||||
* the reverse order they were added, using the
|
* 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.
|
* In other words, the most recently added bundle is searched first.
|
||||||
*
|
*
|
||||||
* @param bundleName the base name of the resource bundle to be added
|
* @param bundleName the base name of the resource bundle to be added
|
||||||
|
Loading…
x
Reference in New Issue
Block a user