Fix typo in Javadoc

This commit is contained in:
Johnny Lim 2020-01-23 16:22:52 +09:00 committed by Rossen Stoyanchev
parent 992e75303d
commit 5a0b768a3d
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public class HttpWebHandlerAdapter extends WebHandlerDecorator implements HttpHa
* Format the request for logging purposes including HTTP method and URL. * Format the request for logging purposes including HTTP method and URL.
* <p>By default this prints the HTTP method, the URL path, and the query. * <p>By default this prints the HTTP method, the URL path, and the query.
* @param request the request to format * @param request the request to format
* @return the String to display, never empty or @code null} * @return the String to display, never empty or {@code null}
*/ */
protected String formatRequest(ServerHttpRequest request) { protected String formatRequest(ServerHttpRequest request) {
String rawQuery = request.getURI().getRawQuery(); String rawQuery = request.getURI().getRawQuery();