Skip to content

Commit d8007a8

Browse files
committed
Java: Make corresponding predicate private
1 parent 512e271 commit d8007a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ module ModelValidation {
367367
)
368368
}
369369

370-
string getIncorrectConstructorSummaryOutput() {
370+
private string getIncorrectConstructorSummaryOutput() {
371371
exists(string namespace, string type, string name, string output |
372372
summaryModel(namespace, type, _, name, _, _, _, output, _, _, _)
373373
|

0 commit comments

Comments
 (0)