Skip to content

Commit

Permalink
Change error in documentation (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrkovalenko authored and spencergibb committed Apr 8, 2019
1 parent 98deeb7 commit f10cb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/spring-cloud-consul.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ If you want to access service STORES using the RestTemplate simply declare:
@LoadBalanced
@Bean
public RestTemplate loadbalancedRestTemplate() {
new RestTemplate();
return new RestTemplate();
}
----

Expand Down

0 comments on commit f10cb55

Please sign in to comment.