Skip to content

Commit 3482c17

Browse files
committed
Fix documentation typo
1 parent 9095770 commit 3482c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/docbook/mvc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2418,7 +2418,7 @@ public String myHandleMethod(WebRequest webRequest, Model model) {
24182418
public Callable<String> processUpload(final MultipartFile file) {
24192419

24202420
return new Callable<String>() {
2421-
public Object call() throws Exception {
2421+
public String call() throws Exception {
24222422
// ...
24232423
return "someView";
24242424
}

0 commit comments

Comments
 (0)