Skip to content

Commit f155f19

Browse files
committed
QL: Respond to comments.
1 parent 161acf0 commit f155f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ql/ql/src/codeql_ql/StructuredLogs.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ module KindPredicatesLog {
189189

190190
string getEvaluationStrategy() { result = evaluationStrategy }
191191

192-
string getRaHash() { result = this.getString("raHash") }
192+
string getRAHash() { result = this.getString("raHash") }
193193

194194
string getPredicateName() { result = this.getString("predicateName") }
195195

@@ -229,7 +229,7 @@ module KindPredicatesLog {
229229

230230
PipeLineRuns getArray() { result = runs }
231231

232-
string getRaReference() { result = this.getString("raReference") }
232+
string getRAReference() { result = this.getString("raReference") }
233233

234234
Array getCounts() { result = this.getArray("counts") }
235235

0 commit comments

Comments
 (0)