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

* pr/12842:
  Fix WebClient example constructor name
pull/12890/head
Stephane Nicoll 7 years ago
commit 68c6860d88

@ -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();
}

Loading…
Cancel
Save