removed @Override from interface method

This commit is contained in:
Mark Fisher
2009-10-28 14:45:31 +00:00
parent 0400b68afb
commit 0baa29f1ac

View File

@@ -250,7 +250,6 @@ public class JmsNamespaceHandlerTests extends TestCase {
static class TestErrorHandler implements ErrorHandler {
@Override
public void handleError(Throwable t) {
}
}