* java/lang/Thread.java (checkAccess): Now final.
From-SVN: r38273
This commit is contained in:
parent
4ca70ccd2a
commit
8eb1306fb7
2 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class Thread implements Runnable
|
|||
return currentThread().getThreadGroup().activeCount();
|
||||
}
|
||||
|
||||
public void checkAccess ()
|
||||
public final void checkAccess ()
|
||||
{
|
||||
SecurityManager s = System.getSecurityManager();
|
||||
if (s != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue