Add missing quotation mark
Closes gh-1181
This commit is contained in:
committed by
Stephane Nicoll
parent
ca17edd5ac
commit
3df7083f69
@@ -136,7 +136,7 @@ and use it like so:
|
||||
}
|
||||
if (!addressValidator.supports(Address.class)) {
|
||||
throw new IllegalArgumentException("The supplied [Validator] must " +
|
||||
support the validation of [Address] instances.");
|
||||
"support the validation of [Address] instances.");
|
||||
}
|
||||
this.addressValidator = addressValidator;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user