Skip to content

Commit e0e5319

Browse files
committed
C#: Make corresponding predicate private
1 parent d8007a8 commit e0e5319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ module ModelValidation {
239239
)
240240
}
241241

242-
string getIncorrectConstructorSummaryOutput() {
242+
private string getIncorrectConstructorSummaryOutput() {
243243
exists(string namespace, string type, string name, string output |
244244
type = name or
245245
type = name + "<" + any(string s)

0 commit comments

Comments
 (0)