Fixed javadoc error.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-02-03 15:21:44 +01:00
parent 5ad9bc9b3d
commit 0bbc9429a1
1 changed files with 1 additions and 1 deletions

View File

@ -2193,7 +2193,7 @@ public class Request implements HttpServletRequest
* Set the character encoding used for the query string. This call will effect the return of getQueryString and getParamaters. It must be called before any
* getParameter methods.
*
* The request attribute "org.eclipse.jetty.server.server.Request.queryEncoding" may be set as an alternate method of calling setQueryEncoding.
* The request attribute "org.eclipse.jetty.server.Request.queryEncoding" may be set as an alternate method of calling setQueryEncoding.
*
* @param queryEncoding the URI query character encoding
*/