Skip to content

Commit 106ba11

Browse files
committed
Address review comments.
1 parent d66fe08 commit 106ba11

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ module Private {
13781378

13791379
/**
13801380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381-
* The syntax is: "namespace;type;name;signature;provenance"",
1381+
* The syntax is: "namespace;type;name;signature;kind;provenance"",
13821382
*/
13831383
query predicate neutral(string csv) {
13841384
exists(RelevantNeutralCallable c |

go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ module Private {
13781378

13791379
/**
13801380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381-
* The syntax is: "namespace;type;name;signature;provenance"",
1381+
* The syntax is: "namespace;type;name;signature;kind;provenance"",
13821382
*/
13831383
query predicate neutral(string csv) {
13841384
exists(RelevantNeutralCallable c |

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ module Private {
13781378

13791379
/**
13801380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381-
* The syntax is: "namespace;type;name;signature;provenance"",
1381+
* The syntax is: "namespace;type;name;signature;kind;provenance"",
13821382
*/
13831383
query predicate neutral(string csv) {
13841384
exists(RelevantNeutralCallable c |

python/ql/lib/semmle/python/dataflow/new/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ module Private {
13781378

13791379
/**
13801380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381-
* The syntax is: "namespace;type;name;signature;provenance"",
1381+
* The syntax is: "namespace;type;name;signature;kind;provenance"",
13821382
*/
13831383
query predicate neutral(string csv) {
13841384
exists(RelevantNeutralCallable c |

ruby/ql/lib/codeql/ruby/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ module Private {
13781378

13791379
/**
13801380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381-
* The syntax is: "namespace;type;name;signature;provenance"",
1381+
* The syntax is: "namespace;type;name;signature;kind;provenance"",
13821382
*/
13831383
query predicate neutral(string csv) {
13841384
exists(RelevantNeutralCallable c |

swift/ql/lib/codeql/swift/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ module Private {
13781378

13791379
/**
13801380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381-
* The syntax is: "namespace;type;name;signature;provenance"",
1381+
* The syntax is: "namespace;type;name;signature;kind;provenance"",
13821382
*/
13831383
query predicate neutral(string csv) {
13841384
exists(RelevantNeutralCallable c |

0 commit comments

Comments
 (0)