@@ -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; }