mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Java: Fix formatting of AutomodelVsCode.qll file
This commit is contained in:
@@ -93,9 +93,7 @@ class CallableMethod extends Callable {
|
||||
/** Holds if this API is a known neutral. */
|
||||
pragma[nomagic]
|
||||
predicate isNeutral() {
|
||||
exists(
|
||||
string namespace, string type, string name, string signature
|
||||
|
|
||||
exists(string namespace, string type, string name, string signature |
|
||||
neutralModel(namespace, type, name, signature, _, _) and
|
||||
this = interpretElement(namespace, type, false, name, signature, "")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user