Skip to content

Commit 6374914

Browse files
committed
Java: Fix bad magic.
1 parent c06e152 commit 6374914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/semmle/code/java/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ module CsvValidation {
560560
}
561561
}
562562

563+
pragma[nomagic]
563564
private predicate elementSpec(
564565
string namespace, string type, boolean subtypes, string name, string signature, string ext
565566
) {

0 commit comments

Comments
 (0)