Polishing

This commit is contained in:
Juergen Hoeller
2020-06-23 11:47:47 +02:00
parent 9a847dc5a0
commit fc5a6db84b
4 changed files with 13 additions and 8 deletions

View File

@@ -4034,7 +4034,7 @@ as the following example shows:
[subs="verbatim,quotes"]
----
@RequestMapping
public String myHandleMethod(WebRequest webRequest, Model model) {
public String myHandleMethod(WebRequest request, Model model) {
long eTag = ... <1>