Commit 8bfef044 by Spencer Gibb

fixed bad class name

parent 28db47c7
......@@ -69,7 +69,7 @@ public class RibbonAutoConfiguration {
@Configuration
@ConditionalOnClass(HttpRequest.class)
protected static class A {
protected static class RibbonClientConfig {
@Autowired(required = false)
@LoadBalanced
private RestTemplate restTemplate;
......
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