Commit 68c6860d authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #12842 from origoni:document-fix-typo-constructor-name

* pr/12842:
  Fix WebClient example constructor name
parents 62a8f60b 1f91ae54
......@@ -5549,7 +5549,7 @@ The following code shows a typical example:
private final WebClient webClient;
public MyBean(WebClient.Builder webClientBuilder) {
public MyService(WebClient.Builder webClientBuilder) {
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