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
//...publicCustomerValidator(ValidatoraddressValidator) {
// ...if (!addressValidator.supports(Address.class)) {
thrownewIllegalArgumentException("The supplied [Validator] must " +
"support the validation of [Address] instances.");
}
// ...
}
//...
Hope this is the right issue tracker to submit it to. If there's a repo for the documentation, please let me know and I can attach a PR to the issue next time 😄
The text was updated successfully, but these errors were encountered:
Affects: \5.0.0.M1
Hi, in the code snippet for the
CustomerValidator
a quote went missingActual:
Expected:
Hope this is the right issue tracker to submit it to. If there's a repo for the documentation, please let me know and I can attach a PR to the issue next time 😄
The text was updated successfully, but these errors were encountered: