mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
Removed @Override on interface method.
This commit is contained in:
-1
@@ -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