Polishing
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user