File tree 1 file changed +1
-1
lines changed
framework-docs/modules/ROOT/pages/core/validation
1 file changed +1
-1
lines changed 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
198
198
Validators may also get locally invoked for the immediate validation of a given object,
199
199
not involving a binding process. As of 6.1, this has been simplified through a new
200
200
`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()`
202
202
or the new `failOnError` method for turning the error summary message into an exception
203
203
(e.g. `validator.validateObject(myObject).failOnError(IllegalArgumentException::new)`).
204
204
You can’t perform that action at this time.
0 commit comments