Skip to content

Commit d2c458c

Browse files
committed
Java/C#: Correction of autogenerated comment(s) produced by the model generator.
1 parent 984124b commit d2c458c

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

csharp/ql/lib/ext/generated/dotnet_runtime.model.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
3-
# Definitions of taint steps in the dotnet_runtime framework.
2+
# Definitions of models for the dotnet_runtime framework.
43

54
extensions:
65

java/ql/lib/ext/generated/org.apache.commons.io.model.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
3-
# Definitions of taint steps in the org.apache.commons.io framework.
2+
# Definitions of models for the org.apache.commons.io framework.
43

54
extensions:
65
- addsTo:

misc/scripts/models-as-data/generate_flow_model_extensions.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,8 @@ def makeContent(self):
173173
else:
174174
negativeSummaryAddsTo = ""
175175

176-
return f"""
177-
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
178-
# Definitions of taint steps in the {self.friendlyname} framework.
176+
return f"""# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
177+
# Definitions of models for the {self.friendlyname} framework.
179178
180179
extensions:
181180
{sinkAddsTo}

0 commit comments

Comments
 (0)