Fixed class not being static

This commit is contained in:
Marcin Grzejszczak
2017-08-23 18:19:36 +02:00
parent 6d25738ec4
commit 77c1de386f

View File

@@ -102,7 +102,7 @@ public class TraceWebClientAutoConfiguration {
return new TraceUserInfoRestTemplateCustomizer(this.beanFactory);
}
class UserInfoRestTemplateCustomizerBPP implements BeanPostProcessor {
private static class UserInfoRestTemplateCustomizerBPP implements BeanPostProcessor {
private final BeanFactory beanFactory;