Skip to content

Commit b6532fa

Browse files
committed
Fix QLDoc style warning
1 parent 243980e commit b6532fa

File tree

1 file changed

+3
-3
lines changed
  • javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling

1 file changed

+3
-3
lines changed

javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/EndpointTypes.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ abstract class EndpointType extends TEndpointType {
1717
abstract string getDescription();
1818

1919
/**
20-
* The integer representation of this endpoint type. This integer representation specifies the class number used
21-
* by the endpoint scoring model (the classifier) to represent this endpoint type. Class 0 is the negative class
22-
* (non-sink). Each positive int corresponds to a single sink type.
20+
* Gets the integer representation of this endpoint type. This integer representation specifies the class number
21+
* used by the endpoint scoring model (the classifier) to represent this endpoint type. Class 0 is the negative
22+
* class (non-sink). Each positive int corresponds to a single sink type.
2323
*/
2424
abstract int getEncoding();
2525

0 commit comments

Comments
 (0)