Browse Source

Merge branch '6.1.x'

pull/33853/head
Sébastien Deleuze 1 year ago
parent
commit
fb98d74a47
  1. 2
      framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc

2
framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc

@ -196,7 +196,7 @@ Kotlin:: @@ -196,7 +196,7 @@ Kotlin::
When used as `org.springframework.validation.Validator`, `LocalValidatorFactoryBean`
invokes the underlying `jakarta.validation.Validator`, and then adapts
``ContraintViolation``s to ``FieldError``s, and registers them with the `Errors` object
``ConstraintViolation``s to ``FieldError``s, and registers them with the `Errors` object
passed into the `validate` method.

Loading…
Cancel
Save