Commit 7198b038 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.0.x'

parents 94362d51 68c6860d
...@@ -5549,7 +5549,7 @@ The following code shows a typical example: ...@@ -5549,7 +5549,7 @@ The following code shows a typical example:
private final WebClient webClient; private final WebClient webClient;
public MyBean(WebClient.Builder webClientBuilder) { public MyService(WebClient.Builder webClientBuilder) {
this.webClient = webClientBuilder.baseUrl("http://example.org").build(); this.webClient = webClientBuilder.baseUrl("http://example.org").build();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment