mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
javax.xml.xpath.XPath is an interface
This commit is contained in:
@@ -4,8 +4,8 @@ import java
|
||||
import semmle.code.java.dataflow.FlowSources
|
||||
import semmle.code.java.dataflow.TaintTracking
|
||||
|
||||
/** The class `javax.xml.xpath.XPath` */
|
||||
private class XPath extends RefType {
|
||||
/** The interface `javax.xml.xpath.XPath` */
|
||||
private class XPath extends Interface {
|
||||
XPath() { this.hasQualifiedName("javax.xml.xpath", "XPath") }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user