Skip to content

Commit

Permalink
Fix minor typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jan 20, 2017
1 parent 5e44220 commit 8b89047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public ConstraintValidatorManager(ConstraintValidatorFactory constraintValidator

/**
* @param validatedValueType the type of the value to be validated. Cannot be {@code null}.
* @param descriptor the constraint descriptor for which to get an initalized constraint validator. Cannot be {@code null}
* @param descriptor the constraint descriptor for which to get an initialized constraint validator. Cannot be {@code null}
* @param constraintFactory constraint factory used to instantiate the constraint validator. Cannot be {@code null}.
* @param <V> the type of the value to be validated
* @param <A> the annotation type
Expand Down

0 comments on commit 8b89047

Please sign in to comment.