src/java.desktop/unix/classes/sun/awt/X11/XBaseMenuWindow.java

Print this page

        

@@ -39,11 +39,11 @@
 
 /**
  * The abstract class XBaseMenuWindow is the superclass
  * of all menu windows.
  */
-abstract public class XBaseMenuWindow extends XWindow {
+public abstract class XBaseMenuWindow extends XWindow {
 
     /************************************************
      *
      * Data members
      *

@@ -87,11 +87,11 @@
      *
      * This is lowest level lock,
      * no other locks should be taken when
      * thread own this lock.
      */
-    static private Object menuTreeLock = new Object();
+    private static Object menuTreeLock = new Object();
 
     /************************************************
      *
      * Event processing
      *