Skip to content

Commit c3bc0d6

Browse files
committed
Apply formatting
1 parent 5b1858a commit c3bc0d6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

java/ql/src/Security/CWE/CWE-094/InsecureBeanValidation.ql

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ class SetMessageInterpolatorCall extends MethodAccess {
4747
}
4848

4949
/**
50-
* The message interpolator is likely to be safe, because it does not process Java Expression Language expressions.
51-
*/
52-
predicate isSafe() {
53-
not this.getAnArgument().getType() instanceof ELMessageInterpolatorType
54-
}
50+
* The message interpolator is likely to be safe, because it does not process Java Expression Language expressions.
51+
*/
52+
predicate isSafe() { not this.getAnArgument().getType() instanceof ELMessageInterpolatorType }
5553
}
5654

5755
/**

0 commit comments

Comments
 (0)