From 02cf49a773af0882cdb4cd0756b9700e28586ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mun=CC=83oz?= Date: Tue, 10 Nov 2020 11:46:42 +0100 Subject: [PATCH] apply codeql formatting --- .../ql/src/Security/CWE/CWE-094/InsecureBeanValidation.ql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java/ql/src/Security/CWE/CWE-094/InsecureBeanValidation.ql b/java/ql/src/Security/CWE/CWE-094/InsecureBeanValidation.ql index de50b3bf3d5..efac203a724 100644 --- a/java/ql/src/Security/CWE/CWE-094/InsecureBeanValidation.ql +++ b/java/ql/src/Security/CWE/CWE-094/InsecureBeanValidation.ql @@ -14,7 +14,7 @@ import semmle.code.java.dataflow.TaintTracking import semmle.code.java.dataflow.FlowSources import DataFlow::PathGraph -/** +/** * A message interpolator Type that perform Expression Language (EL) evaluations */ class ELMessageInterpolatorType extends RefType { @@ -50,9 +50,9 @@ class SetSafeMessageInterpolatorCall extends MethodAccess { } /** - * A method named `buildConstraintViolationWithTemplate` declared on a subtype - * of `javax.validation.ConstraintValidatorContext`. - */ + * A method named `buildConstraintViolationWithTemplate` declared on a subtype + * of `javax.validation.ConstraintValidatorContext`. + */ class BuildConstraintViolationWithTemplateMethod extends Method { BuildConstraintViolationWithTemplateMethod() { this