mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
Fix documentation typo
This commit is contained in:
@@ -2418,7 +2418,7 @@ public String myHandleMethod(WebRequest webRequest, Model model) {
|
||||
public Callable<String> processUpload(final MultipartFile file) {
|
||||
|
||||
return new Callable<String>() {
|
||||
public Object call() throws Exception {
|
||||
public String call() throws Exception {
|
||||
// ...
|
||||
return "someView";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user