Rename XPath Injection test file

This commit is contained in:
Tony Torralba
2021-04-30 09:59:52 +02:00
parent 8af7f4a484
commit 00a7576679

View File

@@ -24,7 +24,7 @@ import org.dom4j.xpath.XPathPattern;
import org.w3c.dom.Document;
import org.xml.sax.InputSource;
public class A {
public class XPathInjectionTest {
private static abstract class XPathImplStub implements XPath {
public static XPathImplStub getInstance() {
return null;