Patch: Yet another divergence

Tom Tromey tromey@redhat.com
Thu Dec 14 22:15:00 GMT 2000


We have a lot of minor divergences from 1.2.  Here's another.

2000-12-14  Tom Tromey  <tromey@redhat.com>

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

Tom

Index: java/lang/Thread.java
===================================================================
RCS file: /cvs/gcc/egcs/libjava/java/lang/Thread.java,v
retrieving revision 1.15
diff -u -r1.15 Thread.java
--- Thread.java	2000/11/27 04:07:48	1.15
+++ Thread.java	2000/12/15 06:14:59
@@ -37,7 +37,7 @@
     return currentThread().getThreadGroup().activeCount();
   }
 
-  public void checkAccess ()
+  public final void checkAccess ()
   {
     SecurityManager s = System.getSecurityManager();
     if (s != null)


More information about the Java-patches mailing list