mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
make the ApiLabel class non-abstract
This commit is contained in:
@@ -1006,7 +1006,7 @@ module API {
|
||||
/** Provides classes modeling the various edges (labels) in the API graph. */
|
||||
module Label {
|
||||
/** A label in the API-graph */
|
||||
abstract class ApiLabel extends TLabel {
|
||||
class ApiLabel extends TLabel {
|
||||
/** Gets a string representation of this label. */
|
||||
string toString() { result = "???" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user