Removed @Override on interface method.
This commit is contained in:
@@ -67,7 +67,6 @@ public class GenericBinder extends AbstractBinder<Object> {
|
||||
this.context = context;
|
||||
}
|
||||
|
||||
@Override
|
||||
public BindingResult bind(String key, Object value) {
|
||||
Alert alert = null;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user