Closes gh-12825
pull/12890/head
Ken Kwon 7 years ago committed by Stephane Nicoll
parent a09a6f223b
commit 16ad34aa19

@ -5483,7 +5483,7 @@ The following code shows a typical example:
private final RestTemplate restTemplate;
public MyBean(RestTemplateBuilder restTemplateBuilder) {
public MyService(RestTemplateBuilder restTemplateBuilder) {
this.restTemplate = restTemplateBuilder.build();
}

Loading…
Cancel
Save