* java/lang/SecurityManager.java (SecurityManager): Now public.
From-SVN: r46247
This commit is contained in:
@@ -751,7 +751,7 @@ public class SecurityManager {
|
||||
return Thread.currentThread().getThreadGroup();
|
||||
}
|
||||
|
||||
protected SecurityManager () {
|
||||
public SecurityManager () {
|
||||
if (System.getSecurityManager () != null)
|
||||
throw new SecurityException ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user