Merge branch '5.1.x'

This commit is contained in:
Stephane Nicoll 2019-04-01 14:02:23 +02:00
commit 8714710170
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,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());
----