Java: Make corresponding predicate private

This commit is contained in:
Owen Mansel-Chan
2026-03-09 13:43:22 +00:00
parent 512e27187e
commit d8007a85e6

View File

@@ -367,7 +367,7 @@ module ModelValidation {
)
}
string getIncorrectConstructorSummaryOutput() {
private string getIncorrectConstructorSummaryOutput() {
exists(string namespace, string type, string name, string output |
summaryModel(namespace, type, _, name, _, _, _, output, _, _, _)
|