INT-1515, removed @Override on accept method

This commit is contained in:
Oleg Zhurakousky
2010-10-14 06:07:44 -04:00
parent a389fa9795
commit 3a8444c949

View File

@@ -58,7 +58,6 @@ public class SchemaValidatingMessageSelector implements MessageSelector{
this.schemaType = schemaType;
}
@Override
public boolean accept(Message<?> message) {
// TODO Need to figure out how the exceptions could be propagated since the return from this method is true/false
// and 'throw-exception-on-rejection'is actually set on the filter