Use Java 8 default options with bean post processors
This commit is contained in:
committed by
Greg Turnquist
parent
16ddcdf139
commit
d8c7f97a37
@@ -72,12 +72,6 @@ public class HypermediaConfiguration {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object postProcessAfterInitialization(Object bean, String beanName)
|
||||
throws BeansException {
|
||||
return bean;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setBeanFactory(BeanFactory beanFactory) throws BeansException {
|
||||
this.beanFactory = beanFactory;
|
||||
|
||||
Reference in New Issue
Block a user