You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/EndpointTypes.qll
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ abstract class EndpointType extends TEndpointType {
17
17
abstractstringgetDescription();
18
18
19
19
/**
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.
0 commit comments