Skip to content

Commit 7d505dc

Browse files
committed
Polish JavaDoc
1 parent af244e1 commit 7d505dc

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)