removed @Override from interface method
This commit is contained in:
parent
0400b68afb
commit
0baa29f1ac
|
|
@ -250,7 +250,6 @@ public class JmsNamespaceHandlerTests extends TestCase {
|
||||||
|
|
||||||
static class TestErrorHandler implements ErrorHandler {
|
static class TestErrorHandler implements ErrorHandler {
|
||||||
|
|
||||||
@Override
|
|
||||||
public void handleError(Throwable t) {
|
public void handleError(Throwable t) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue