Add missing quotation mark

Closes gh-1181
This commit is contained in:
Krzysztof Kosmatka
2016-09-19 14:24:08 +02:00
committed by Stephane Nicoll
parent ca17edd5ac
commit 3df7083f69

View File

@@ -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;
}