mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Fix QL4QL error
This commit is contained in:
@@ -100,7 +100,7 @@ private class VisibilityModifier extends MethodModifier {
|
||||
this.getMethodName() = ["private", "private_class_method"] and
|
||||
result = "private"
|
||||
or
|
||||
this.getMethodName() = ["protected"] and
|
||||
this.getMethodName() = "protected" and
|
||||
result = "protected"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user