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