File tree Expand file tree Collapse file tree
framework-docs/modules/ROOT/pages/core/validation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ methods it offers can be found in the {spring-framework-api}/validation/Errors.h
198198Validators may also get locally invoked for the immediate validation of a given object,
199199not involving a binding process. As of 6.1, this has been simplified through a new
200200`Validator.validateObject(Object)` method which is available by default now, returning
201- a simple ´ Errors` representation which can be inspected: typically calling `hasErrors()`
201+ a simple ` Errors` representation which can be inspected: typically calling `hasErrors()`
202202or the new `failOnError` method for turning the error summary message into an exception
203203(e.g. `validator.validateObject(myObject).failOnError(IllegalArgumentException::new)`).
204204
You can’t perform that action at this time.
0 commit comments