You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorManager.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ public ConstraintValidatorManager(ConstraintValidatorFactory constraintValidator
80
80
81
81
/**
82
82
* @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}
84
84
* @param constraintFactory constraint factory used to instantiate the constraint validator. Cannot be {@code null}.
85
85
* @param <V> the type of the value to be validated
0 commit comments