INT-1307 Remove @Override on interface methods in two test cases
This commit is contained in:
@@ -139,7 +139,6 @@ public class XPathTransformerParserTests {
|
||||
@SuppressWarnings("unused")
|
||||
private static class TestNodeMapper implements NodeMapper {
|
||||
|
||||
@Override
|
||||
public Object mapNode(Node node, int nodeNum) throws DOMException {
|
||||
return node.getTextContent() + "-mapped";
|
||||
}
|
||||
|
||||
@@ -139,7 +139,6 @@ public class XPathTransformerTests {
|
||||
|
||||
private static class TestNodeMapper implements NodeMapper {
|
||||
|
||||
@Override
|
||||
public Object mapNode(Node node, int nodeNum) throws DOMException {
|
||||
return node.getTextContent() + "-mapped";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user