mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Apply formatting
This commit is contained in:
@@ -47,11 +47,9 @@ class SetMessageInterpolatorCall extends MethodAccess {
|
||||
}
|
||||
|
||||
/**
|
||||
* The message interpolator is likely to be safe, because it does not process Java Expression Language expressions.
|
||||
*/
|
||||
predicate isSafe() {
|
||||
not this.getAnArgument().getType() instanceof ELMessageInterpolatorType
|
||||
}
|
||||
* The message interpolator is likely to be safe, because it does not process Java Expression Language expressions.
|
||||
*/
|
||||
predicate isSafe() { not this.getAnArgument().getType() instanceof ELMessageInterpolatorType }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user