< prev index next >
src/java.desktop/share/classes/javax/swing/text/html/FormSubmitEvent.java
Print this page
*** 81,91 ****
/**
* Gets the form method type.
*
* @return the form method type, either
! * <code>Method.GET</code> or <code>Method.POST</code>.
*/
public MethodType getMethod() {
return method;
}
--- 81,91 ----
/**
* Gets the form method type.
*
* @return the form method type, either
! * {@code Method.GET} or {@code Method.POST}.
*/
public MethodType getMethod() {
return method;
}
< prev index next >