* java/util/ResourceBundle.java (class Security): Now static.
From-SVN: r46781
This commit is contained in:
parent
dd3a88c9a6
commit
5a1c2f80f1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-11-05 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
|
||||
|
||||
* java/util/ResourceBundle.java (class Security): Now static.
|
||||
|
||||
2001-11-04 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
|
||||
|
||||
* java/util/ResourceBundle.java (getClassContext): Removed.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue