Removed @Override on interface method.

This commit is contained in:
Mark Fisher
2009-07-27 01:10:53 +00:00
parent 88a68042ba
commit ac56f1f9b1

View File

@@ -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 {