Skip to content

Commit 8be882f

Browse files
aibaarserik-krogh
andauthored
Update javascript/ql/src/AlertSuppression.ql
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent 682bf6d commit 8be882f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/AlertSuppression.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
private import codeql.suppression.AlertSuppression as AS
99
private import javascript as JS
1010

11-
class SingleLineComment extends L::Locatable {
11+
class SingleLineComment extends JS::Locatable {
1212
private string text;
1313

1414
SingleLineComment() {

0 commit comments

Comments
 (0)