Make new predicate private

This commit is contained in:
Owen Mansel-Chan
2026-03-09 13:41:34 +00:00
parent 097681e705
commit 512e27187e

View File

@@ -353,7 +353,7 @@ module CsvValidation {
)
}
string getIncorrectConstructorSummaryOutput() {
private string getIncorrectConstructorSummaryOutput() {
exists(string namespace, string type, string name, string output |
type = name or
type = name + "<" + any(string s)