Skip to content

Commit 02cf49a

Browse files
committed
apply codeql formatting
1 parent 24a47fb commit 02cf49a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import semmle.code.java.dataflow.TaintTracking
1414
import semmle.code.java.dataflow.FlowSources
1515
import DataFlow::PathGraph
1616

17-
/**
17+
/**
1818
* A message interpolator Type that perform Expression Language (EL) evaluations
1919
*/
2020
class ELMessageInterpolatorType extends RefType {
@@ -50,9 +50,9 @@ class SetSafeMessageInterpolatorCall extends MethodAccess {
5050
}
5151

5252
/**
53-
* A method named `buildConstraintViolationWithTemplate` declared on a subtype
54-
* of `javax.validation.ConstraintValidatorContext`.
55-
*/
53+
* A method named `buildConstraintViolationWithTemplate` declared on a subtype
54+
* of `javax.validation.ConstraintValidatorContext`.
55+
*/
5656
class BuildConstraintViolationWithTemplateMethod extends Method {
5757
BuildConstraintViolationWithTemplateMethod() {
5858
this

0 commit comments

Comments
 (0)