removed @Override from interface method
This commit is contained in:
@@ -250,7 +250,6 @@ public class JmsNamespaceHandlerTests extends TestCase {
|
||||
|
||||
static class TestErrorHandler implements ErrorHandler {
|
||||
|
||||
@Override
|
||||
public void handleError(Throwable t) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user