mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
apply codeql formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user