Skip to content

Commit

Permalink
Polish documentation format
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Jan 31, 2020
1 parent 51b8ba3 commit a59a338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/docs/asciidoc/core/core-validation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,7 @@ the Spring Validation API, as the following example shows:
==== Configuring Custom Constraints

Each bean validation constraint consists of two parts:

* A `@Constraint` annotation
that declares the constraint and its configurable properties.
* An implementation
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3102,7 +3102,7 @@ use `FormatterRegistrar` implementations.
By default, if <<core.adoc#validation-beanvalidation-overview, Bean Validation>> is present
on the classpath (for example, the Hibernate Validator), the `LocalValidatorFactoryBean`
is registered as a global <<core.adoc#validator,validator>> for use with `@Valid` and
`Validated` on `@Controller` method arguments.
`@Validated` on `@Controller` method arguments.

In your Java configuration, you can customize the global `Validator` instance,
as the following example shows:
Expand Down

0 comments on commit a59a338

Please sign in to comment.