Merge pull request #1364 from nertzy:patch-1

* pr/1364:
  Fix typo
This commit is contained in:
Stephane Nicoll
2017-03-27 10:04:49 +02:00

View File

@@ -55,7 +55,7 @@ package org.springframework.validation;
* }</pre>
*
* <p>See also the Spring reference manual for a fuller discussion of
* the {@code Validator} interface and it's role in an enterprise
* the {@code Validator} interface and its role in an enterprise
* application.
*
* @author Rod Johnson