Commit 8eb1306f by Tom Tromey Committed by Tom Tromey

* java/lang/Thread.java (checkAccess): Now final.

From-SVN: r38273
parent 4ca70ccd
2000-12-14 Tom Tromey <tromey@redhat.com>
* java/lang/Thread.java (checkAccess): Now final.
* java/lang/RuntimePermission.java: Class now final.
* java/io/StringWriter.java (StringWriter(int)): Now public.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment