Skip to content

Commit bc7414d

Browse files
committed
Merge branch '3.1.x'
2 parents d4fe3bf + 7d505dc commit bc7414d

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/function/client

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/function/client/WebClientSsl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Typically used as follows: <pre class="code">
3232
* &#064;Bean
3333
* public MyBean myBean(WebClient.Builder webClientBuilder, WebClientSsl ssl) {
34-
* WebClient webClient = webClientBuilder.apply(ssl.forBundle("mybundle")).build();
34+
* WebClient webClient = webClientBuilder.apply(ssl.fromBundle("mybundle")).build();
3535
* return new MyBean(webClient);
3636
* }
3737
* </pre> NOTE: Apply SSL configuration will replace any previously

0 commit comments

Comments
 (0)