Add @Override annotations to test sources
Issue: SPR-10129
This commit is contained in:
@@ -34,6 +34,7 @@ public class TestAction extends Action implements BeanNameAware {
|
||||
|
||||
private String beanName;
|
||||
|
||||
@Override
|
||||
public void setBeanName(String beanName) {
|
||||
this.beanName = beanName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user