jdk/src/java.desktop/share/classes/java/awt/MenuComponent.java
changeset 32865 f9cb6e427f9e
parent 30918 ee2374d4aae3
child 35667 ed476aba94de
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   121     }
   121     }
   122 
   122 
   123     /*
   123     /*
   124      * Internal constants for serialization.
   124      * Internal constants for serialization.
   125      */
   125      */
   126     final static String actionListenerK = Component.actionListenerK;
   126     static final String actionListenerK = Component.actionListenerK;
   127     final static String itemListenerK = Component.itemListenerK;
   127     static final String itemListenerK = Component.itemListenerK;
   128 
   128 
   129     /*
   129     /*
   130      * JDK 1.1 serialVersionUID
   130      * JDK 1.1 serialVersionUID
   131      */
   131      */
   132     private static final long serialVersionUID = -4536902356223894379L;
   132     private static final long serialVersionUID = -4536902356223894379L;