Fix typo in ConstraintDescriptions' javadoc
Closes gh-127
This commit is contained in:
@@ -48,7 +48,7 @@ public class ConstraintDescriptions {
|
||||
|
||||
/**
|
||||
* Create a new {@code ConstraintDescriptions} for the given {@code clazz}.
|
||||
* Constraints will be resolved using the given {@link constraintResolver} and
|
||||
* Constraints will be resolved using the given {@code constraintResolver} and
|
||||
* descriptions will be resolved using a
|
||||
* {@link ResourceBundleConstraintDescriptionResolver}.
|
||||
*
|
||||
|
||||
@@ -42,7 +42,7 @@ public class ValidatorConstraintResolver implements ConstraintResolver {
|
||||
|
||||
/**
|
||||
* Creates a new {@code ValidatorConstraintResolver} that will use a {@link Validator}
|
||||
* in its default configurationto resolve constraints.
|
||||
* in its default configuration to resolve constraints.
|
||||
*
|
||||
* @see Validation#buildDefaultValidatorFactory()
|
||||
* @see ValidatorFactory#getValidator()
|
||||
|
||||
Reference in New Issue
Block a user