Removed @Override on interface method.

This commit is contained in:
Mark Fisher 2009-07-27 01:10:53 +00:00
parent 88a68042ba
commit ac56f1f9b1
1 changed files with 0 additions and 1 deletions

View File

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