Polishing

(cherry picked from commit fc629bb)
This commit is contained in:
Juergen Hoeller
2016-12-29 22:39:36 +01:00
parent 050f2c746d
commit 26a4aef417
5 changed files with 46 additions and 54 deletions

View File

@@ -435,11 +435,6 @@ public class ConfigurationClassPostProcessor implements BeanDefinitionRegistryPo
}
return bean;
}
@Override
public Object postProcessAfterInitialization(Object bean, String beanName) {
return bean;
}
}
}