Skip to content

Commit 62ab91c

Browse files
author
Stephan Brandauer
committed
fix ql-for-ql warning
1 parent 27703c7 commit 62ab91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Telemetry/AutomodelSharedCharacteristics.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ module SharedCharacteristics<CandidateSig Candidate> {
137137
*/
138138
abstract class EndpointCharacteristic extends string {
139139
/**
140-
* The name of the characteristic. This should describe some property of an
141-
* endpoint that is meaningful for determining whether it's a sink, and if so, of which sink type.
140+
* Holds for the string that is the name of the characteristic. This should describe some property of an endpoint
141+
* that is meaningful for determining whether it's a sink, and if so, of which sink type.
142142
*/
143143
bindingset[this]
144144
EndpointCharacteristic() { any() }

0 commit comments

Comments
 (0)