src/java.desktop/share/classes/javax/swing/tree/DefaultTreeCellEditor.java

Print this page

        

@@ -70,11 +70,11 @@
 
     /**
      * Component used in editing, obtained from the
      * <code>editingContainer</code>.
      */
-    transient protected Component          editingComponent;
+    protected transient Component          editingComponent;
 
     /**
      * As of Java 2 platform v1.4 this field should no longer be used. If
      * you wish to provide similar behavior you should directly override
      * <code>isCellEditable</code>.