提交 3e11a30c 编写于 作者: S Stephane Nicoll

Merge pull request #1181 from kosmaty:validation-doc-formatting-fix

* pr/1181:
  Add missing quotation mark
...@@ -136,7 +136,7 @@ and use it like so: ...@@ -136,7 +136,7 @@ and use it like so:
} }
if (!addressValidator.supports(Address.class)) { if (!addressValidator.supports(Address.class)) {
throw new IllegalArgumentException("The supplied [Validator] must " + throw new IllegalArgumentException("The supplied [Validator] must " +
support the validation of [Address] instances."); "support the validation of [Address] instances.");
} }
this.addressValidator = addressValidator; this.addressValidator = addressValidator;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册