Skip to content

Commit ecbd3be

Browse files
committed
Remove private marker
This class is used in the actual query, so it needs to be exposed.
1 parent dba5e9e commit ecbd3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/InsecureBeanValidationQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private class ELMessageInterpolatorType extends RefType {
1919
/**
2020
* A method call that sets the application's default message interpolator.
2121
*/
22-
private class SetMessageInterpolatorCall extends MethodAccess {
22+
class SetMessageInterpolatorCall extends MethodAccess {
2323
SetMessageInterpolatorCall() {
2424
exists(Method m, RefType t |
2525
this.getMethod() = m and

0 commit comments

Comments
 (0)