Skip to content

Commit

Permalink
Fix more Sonar smells
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 11, 2021
1 parent 3c81244 commit 5452a6f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ public class DefaultConfiguringBeanFactoryPostProcessor
}


private ClassLoader classLoader;

private ConfigurableListableBeanFactory beanFactory;

private BeanDefinitionRegistry registry;
Expand All @@ -119,7 +117,6 @@ public class DefaultConfiguringBeanFactoryPostProcessor
public void postProcessBeanDefinitionRegistry(BeanDefinitionRegistry registry) throws BeansException {
this.registry = registry;
this.beanFactory = (ConfigurableListableBeanFactory) registry;
this.classLoader = this.beanFactory.getBeanClassLoader();

registerBeanFactoryChannelResolver();
registerMessagePublishingErrorHandler();
Expand Down

0 comments on commit 5452a6f

Please sign in to comment.