Skip to content

Commit 148da61

Browse files
committed
make the ApiLabel class non-abstract
1 parent c13cad7 commit 148da61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ module API {
10061006
/** Provides classes modeling the various edges (labels) in the API graph. */
10071007
module Label {
10081008
/** A label in the API-graph */
1009-
abstract class ApiLabel extends TLabel {
1009+
class ApiLabel extends TLabel {
10101010
/** Gets a string representation of this label. */
10111011
string toString() { result = "???" }
10121012
}

0 commit comments

Comments
 (0)