File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-framework-reference/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3412,7 +3412,7 @@ background=/themes/cool/img/coolBg.jpg</programlisting>
3412
3412
<filename >MultipartFile</filename > in the method parameters:</para >
3413
3413
3414
3414
<programlisting language =" java" >@Controller
3415
- public class FileUpoadController {
3415
+ public class FileUploadController {
3416
3416
3417
3417
@RequestMapping(value = "/form", method = RequestMethod.POST)
3418
3418
public String handleFormUpload(@RequestParam("name") String name,
@@ -3440,7 +3440,7 @@ public class FileUpoadController {
3440
3440
parameter:</para >
3441
3441
3442
3442
<programlisting language =" java" >@Controller
3443
- public class FileUpoadController {
3443
+ public class FileUploadController {
3444
3444
3445
3445
@RequestMapping(value = "/form", method = RequestMethod.POST)
3446
3446
public String handleFormUpload(@RequestParam("name") String name,
You can’t perform that action at this time.
0 commit comments