INT-1307 Remove @Override on interface methods in two test cases

This commit is contained in:
Gary Russell
2010-08-08 23:03:01 +00:00
parent 7ab5bae366
commit 30eef8e6ce
2 changed files with 0 additions and 2 deletions

View File

@@ -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";
}

View File

@@ -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";
}