8000 Fix minor typo in a comment · hibernate/hibernate-validator@8b89047 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b89047

Browse files
committed
Fix minor typo in a comment
1 parent 5e44220 commit 8b89047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public ConstraintValidatorManager(ConstraintValidatorFactory constraintValidator
8080

8181
/**
8282
* @param validatedValueType the type of the value to be validated. Cannot be {@code null}.
83-
* @param descriptor the constraint descriptor for which to get an initalized constraint validator. Cannot be {@code null}
83+
* @param descriptor the constraint descriptor for which to get an initialized constraint validator. Cannot be {@code null}
8484
* @param constraintFactory constraint factory used to instantiate the constraint validator. Cannot be {@code null}.
8585
* @param <V> the type of the value to be validated
8686
* @param <A> the annotation type

0 commit comments

Comments
 (0)
0