mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
Polish
Closes gh-22717
This commit is contained in:
@@ -150,7 +150,7 @@ The following example shows how to access multiparts, one at a time, in streamin
|
||||
====
|
||||
[source,java]
|
||||
----
|
||||
Flux<Part> parts = request.body(BodyExtractos.toParts());
|
||||
Flux<Part> parts = request.body(BodyExtractors.toParts());
|
||||
----
|
||||
====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user