mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
CPP/Java: Fix getAPrimaryQlClass implementations
This commit is contained in:
@@ -37,7 +37,7 @@ class FunctionSpecifier extends Specifier {
|
||||
this.hasName("explicit")
|
||||
}
|
||||
|
||||
override string getAPrimaryQlClass() { result = "FunctionSpecifier)" }
|
||||
override string getAPrimaryQlClass() { result = "FunctionSpecifier" }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user