Commit 8d81bcd1 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #12825 from thsnoopy:fix-typo

* pr/12825:
  Fix typo
parents a09a6f22 16ad34aa
...@@ -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