Polishing

This commit is contained in:
Juergen Hoeller
2020-06-23 11:56:52 +02:00
parent 299e2c8c46
commit b5887bfd83
4 changed files with 16 additions and 11 deletions

View File

@@ -4588,7 +4588,7 @@ This can be achieved as follows:
[subs="verbatim,quotes"]
----
@RequestMapping
public String myHandleMethod(WebRequest webRequest, Model model) {
public String myHandleMethod(WebRequest request, Model model) {
long lastModified = // 1. application-specific calculation