Skip to content

Commit

Permalink
Fix example in Javadoc for MultipartBodyBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
heoYH authored and sbrannen committed Jul 7, 2023
1 parent 8d6b0eb commit 7ff80bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@
*
* Mono<Void> result = webClient.post()
* .uri("...")
* .body(multipartBody)
* .body(BodyInserters.fromMultipartData(multipartBody))
* .retrieve()
* .bodyToMono(Void.class)
* </pre>
Expand Down

0 comments on commit 7ff80bc

Please sign in to comment.