Remove private marker

This class is used in the actual query, so it needs to be exposed.
This commit is contained in:
Ed Minnix
2023-03-30 11:08:41 -04:00
parent dba5e9e9e2
commit ecbd3be5e9

View File

@@ -19,7 +19,7 @@ private class ELMessageInterpolatorType extends RefType {
/**
* A method call that sets the application's default message interpolator.
*/
private class SetMessageInterpolatorCall extends MethodAccess {
class SetMessageInterpolatorCall extends MethodAccess {
SetMessageInterpolatorCall() {
exists(Method m, RefType t |
this.getMethod() = m and