Merge pull request #1181 from kosmaty:validation-doc-formatting-fix
* pr/1181: Add missing quotation mark
This commit is contained in:
commit
3e11a30c64
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue