mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Remove private marker
This class is used in the actual query, so it needs to be exposed.
This commit is contained in:
@@ -19,7 +19,7 @@ private class ELMessageInterpolatorType extends RefType {
|
|||||||
/**
|
/**
|
||||||
* A method call that sets the application's default message interpolator.
|
* A method call that sets the application's default message interpolator.
|
||||||
*/
|
*/
|
||||||
private class SetMessageInterpolatorCall extends MethodAccess {
|
class SetMessageInterpolatorCall extends MethodAccess {
|
||||||
SetMessageInterpolatorCall() {
|
SetMessageInterpolatorCall() {
|
||||||
exists(Method m, RefType t |
|
exists(Method m, RefType t |
|
||||||
this.getMethod() = m and
|
this.getMethod() = m and
|
||||||
|
|||||||
Reference in New Issue
Block a user