mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
fix typo for getAPrimaryQlClass
This commit is contained in:
committed by
Arthur Baars
parent
958fbc7992
commit
e1675ff055
@@ -293,7 +293,7 @@ class SingletonClass extends ModuleBase, TSingletonClass {
|
||||
|
||||
SingletonClass() { this = TSingletonClass(g) }
|
||||
|
||||
final override string getAPrimaryQlClass() { result = "ClassDeclaration" }
|
||||
final override string getAPrimaryQlClass() { result = "SingletonClass" }
|
||||
|
||||
/**
|
||||
* Gets the expression resulting in the object on which the singleton class
|
||||
|
||||
Reference in New Issue
Block a user