Commit 5f3bccc3 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.0.x'

parents 5cfbd332 8d81bcd1
...@@ -5483,7 +5483,7 @@ The following code shows a typical example: ...@@ -5483,7 +5483,7 @@ The following code shows a typical example:
private final RestTemplate restTemplate; private final RestTemplate restTemplate;
public MyBean(RestTemplateBuilder restTemplateBuilder) { public MyService(RestTemplateBuilder restTemplateBuilder) {
this.restTemplate = restTemplateBuilder.build(); this.restTemplate = restTemplateBuilder.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