Polish: Overriding methods should do more than simply call the same method in the super class

This commit is contained in:
igor-suhorukov
2018-03-02 01:58:05 +03:00
committed by Juergen Hoeller
parent cd4f0935c5
commit ed936cbd89
4 changed files with 0 additions and 53 deletions

View File

@@ -156,11 +156,6 @@ public class GenericApplicationContext extends AbstractApplicationContext implem
this.beanFactory.setParentBeanFactory(getInternalParentBeanFactory());
}
@Override
public void setId(String id) {
super.setId(id);
}
/**
* Set whether it should be allowed to override bean definitions by registering
* a different definition with the same name, automatically replacing the former.