Fix QL4QL error

This commit is contained in:
Harry Maclean
2022-08-10 16:02:19 +12:00
parent d7f40c41c5
commit 97e9eab7fc

View File

@@ -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"
}
}