Fix QLDoc style warning

This commit is contained in:
tiferet
2022-11-09 13:10:54 -08:00
parent 243980ef73
commit b6532fa9a0

View File

@@ -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();