src/java.desktop/share/classes/javax/swing/text/html/FormView.java

Print this page

        

@@ -127,11 +127,11 @@
 
     /**
      * Document attribute name for storing POST data. JEditorPane.getPostData()
      * uses the same name, should be kept in sync.
      */
-    final static String PostDataProperty = "javax.swing.JEditorPane.postdata";
+    static final String PostDataProperty = "javax.swing.JEditorPane.postdata";
 
     /**
      * Used to indicate if the maximum span should be the same as the
      * preferred span. This is used so that the Component's size doesn't
      * change if there is extra room on a line. The first bit is used for