Polishing

This commit is contained in:
Juergen Hoeller
2020-06-23 11:47:47 +02:00
parent 7a8fc0e256
commit ac74de91f8
4 changed files with 14 additions and 9 deletions

View File

@@ -3837,7 +3837,7 @@ The check against conditional request headers can also be made in the controller
[subs="verbatim,quotes"]
----
@RequestMapping
public String myHandleMethod(WebRequest webRequest, Model model) {
public String myHandleMethod(WebRequest request, Model model) {
long eTag = ... <1>