Fix documentation typo

master
Rossen Stoyanchev 11 years ago
parent 909577082d
commit 3482c170e0
  1. 2
      src/reference/docbook/mvc.xml

@ -2418,7 +2418,7 @@ public String myHandleMethod(WebRequest webRequest, Model model) {
public Callable<String> processUpload(final MultipartFile file) { public Callable<String> processUpload(final MultipartFile file) {
return new Callable<String>() { return new Callable<String>() {
public Object call() throws Exception { public String call() throws Exception {
// ... // ...
return "someView"; return "someView";
} }

Loading…
Cancel
Save