Fixed the Sonar issue related to non static class

This commit is contained in:
Marcin Grzejszczak
2017-08-17 14:53:06 +02:00
parent f322d7a06c
commit 6f8f02e944

View File

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