src/java.desktop/share/classes/javax/swing/JEditorPane.java

Print this page

        

@@ -1535,11 +1535,11 @@
     private boolean isUserSetEditorKit;
 
     private Hashtable<String, Object> pageProperties;
 
     /** Should be kept in sync with javax.swing.text.html.FormView counterpart. */
-    final static String PostDataProperty = "javax.swing.JEditorPane.postdata";
+    static final String PostDataProperty = "javax.swing.JEditorPane.postdata";
 
     /**
      * Table of registered type handlers for this editor.
      */
     private Hashtable<String, EditorKit> typeHandlers;