* java/util/ResourceBundle.java (class Security): Now static.
From-SVN: r46781
This commit is contained in:
committed by
Bryce McKinlay
parent
dd3a88c9a6
commit
5a1c2f80f1
@@ -93,7 +93,7 @@ public abstract class ResourceBundle
|
||||
/**
|
||||
* We override SecurityManager in order to access getClassContext().
|
||||
*/
|
||||
class Security extends SecurityManager
|
||||
static class Security extends SecurityManager
|
||||
{
|
||||
/** Return the ClassLoader of the class which called into this
|
||||
ResourceBundle, or null if it cannot be determined. */
|
||||
|
||||
Reference in New Issue
Block a user