Skip to content

Commit cff6e02

Browse files
BowieDurstoyanchev
authored andcommitted
Correct sample in multipart-forms.adoc
See gh-34939 Signed-off-by: dujiabao <42103826+WayneDu98@users.noreply.github.com>
1 parent 983af78 commit cff6e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/multipart-forms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Java::
1919
2020
private String name;
2121
22-
private MultipartFile file;
22+
private FilePart file;
2323
2424
// ...
2525

0 commit comments

Comments
 (0)