Closes gh-1364
This commit is contained in:
Grant Hutchins
2017-03-23 12:06:08 -05:00
committed by Stephane Nicoll
parent 3598addc0e
commit e087db1ecb

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