< prev index next >

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

Print this page

        

@@ -81,11 +81,11 @@
 
     /**
      * Gets the form method type.
      *
      * @return the form method type, either
-     * <code>Method.GET</code> or <code>Method.POST</code>.
+     * {@code Method.GET} or {@code Method.POST}.
      */
     public MethodType getMethod() {
         return method;
     }
 
< prev index next >