Fix typo in ConstraintDescriptions' javadoc

Closes gh-127
This commit is contained in:
izeye
2015-09-17 21:10:50 +09:00
committed by Andy Wilkinson
parent 7d532aa7bc
commit 9fe4442fcd
2 changed files with 2 additions and 2 deletions

View File

@@ -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}.
*

View File

@@ -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()