diff --git a/jetty-server/src/main/java/org/eclipse/jetty/server/HttpConfiguration.java b/jetty-server/src/main/java/org/eclipse/jetty/server/HttpConfiguration.java index f07f0249421..fcc6a8a83b3 100644 --- a/jetty-server/src/main/java/org/eclipse/jetty/server/HttpConfiguration.java +++ b/jetty-server/src/main/java/org/eclipse/jetty/server/HttpConfiguration.java @@ -413,9 +413,11 @@ public class HttpConfiguration /* ------------------------------------------------------------ */ /** - * @param method + * Test if the method type supports x-www-form-urlencoded content + * + * @param method the method type * @return True of the requests of this method type can be - * decoded as x-www-form-urlencoded content to be made available via the + * decoded as x-www-form-urlencoded content to be made available via the * {@link Request#getParameter(String)} and associated APIs */ public boolean isFormEncodedMethod(String method)