Skip to content

Commit 8bf79cc

Browse files
committed
Polish contribution
Closes gh-30593
1 parent 7ff80bc commit 8bf79cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/http/client/MultipartBodyBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
*
7777
* Mono<Void> result = webClient.post()
7878
* .uri("...")
79-
* .body(BodyInserters.fromMultipartData(multipartBody))
79+
* .bodyValue(multipartBody)
8080
* .retrieve()
8181
* .bodyToMono(Void.class)
8282
* </pre>

0 commit comments

Comments
 (0)