mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Fix QLDoc style warning
This commit is contained in:
@@ -17,9 +17,9 @@ abstract class EndpointType extends TEndpointType {
|
||||
abstract string getDescription();
|
||||
|
||||
/**
|
||||
* The integer representation of this endpoint type. This integer representation specifies the class number used
|
||||
* by the endpoint scoring model (the classifier) to represent this endpoint type. Class 0 is the negative class
|
||||
* (non-sink). Each positive int corresponds to a single sink type.
|
||||
* Gets the integer representation of this endpoint type. This integer representation specifies the class number
|
||||
* used by the endpoint scoring model (the classifier) to represent this endpoint type. Class 0 is the negative
|
||||
* class (non-sink). Each positive int corresponds to a single sink type.
|
||||
*/
|
||||
abstract int getEncoding();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user