jdk/src/java.desktop/unix/classes/sun/awt/X11/XMenuItemPeer.java
changeset 32865 f9cb6e427f9e
parent 30948 0a0972d3b58d
child 37572 7b0c62fdb5d8
--- a/jdk/src/java.desktop/unix/classes/sun/awt/X11/XMenuItemPeer.java	Fri Sep 18 11:31:15 2015 -0700
+++ b/jdk/src/java.desktop/unix/classes/sun/awt/X11/XMenuItemPeer.java	Sat Sep 19 15:45:59 2015 -0700
@@ -75,8 +75,8 @@
     /*
      * Size constants
      */
-    private final static int SEPARATOR_WIDTH = 20;
-    private final static int SEPARATOR_HEIGHT = 5;
+    private static final int SEPARATOR_WIDTH = 20;
+    private static final int SEPARATOR_HEIGHT = 5;
 
     /************************************************
      *