Skip to content

Commit c17b0e8

Browse files
authored
Apply suggestions from code review
1 parent e15610c commit c17b0e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/ql/src/Telemetry/AutomodelSharedCharacteristics.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ signature module CandidateSig {
5353
predicate isKnownKind(string kind, string humanReadableLabel, EndpointType type);
5454

5555
/**
56-
* Should hold for any endpoint that is a flow sanitizer.
56+
* Holds if `e` is a flow sanitizer, and has type `t`.
5757
*/
5858
predicate isSanitizer(Endpoint e, EndpointType t);
5959

6060
/**
61-
* Should hold for any endpoint that is a sink of the given (known or unknown) kind.
61+
* Holds if `e` is a sink with the label `label`.
6262
*/
6363
predicate isSink(Endpoint e, string kind);
6464

6565
/**
66-
* Should hold for any endpoint that is known to not be any sink.
66+
* Holds if `e` is not a sink of any kind.
6767
*/
6868
predicate isNeutral(Endpoint e);
6969

0 commit comments

Comments
 (0)