Skip to content

Commit bb039fd

Browse files
committed
HV-1829 Remove mentions of the ConstraintDefinitionContributor from the docs
1 parent 8733523 commit bb039fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/src/main/asciidoc/ch12.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,8 @@ configuring the default validator factory using _META-INF/validation.xml_ (see
780780
One use case for registering constraint definitions through the programmatic API is the ability to specify an alternative
781781
constraint validator for the `@URL` constraint. Historically, Hibernate Validator's default constraint
782782
validator for this constraint uses the `java.net.URL` constructor to validate an URL.
783-
However, there is also a purely regular expression based version available which can be configured using
784-
a `ConstraintDefinitionContributor`:
783+
However, there is also a purely regular expression based version available, which can be configured using
784+
the programmatic constraint declaration API:
785785
786786
.Using the programmatic constraint declaration API to register a regular expression based constraint definition for `@URL`
787787
[source, JAVA, indent=0]

0 commit comments

Comments
 (0)