Skip to content

Commit d72dd9b

Browse files
committed
javax.xml.xpath.XPath is an interface
1 parent 2bb2baf commit d72dd9b

File tree

1 file changed

+2
-2
lines changed
  • java/ql/src/semmle/code/java/security

1 file changed

+2
-2
lines changed

java/ql/src/semmle/code/java/security/XPath.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import java
44
import semmle.code.java.dataflow.FlowSources
55
import semmle.code.java.dataflow.TaintTracking
66

7-
/** The class `javax.xml.xpath.XPath` */
8-
private class XPath extends RefType {
7+
/** The interface `javax.xml.xpath.XPath` */
8+
private class XPath extends Interface {
99
XPath() { this.hasQualifiedName("javax.xml.xpath", "XPath") }
1010
}
1111

0 commit comments

Comments
 (0)