Fixed the Sonar issue related to non static class
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user