Browse Source

Merge pull request #1364 from nertzy:patch-1

* pr/1364:
  Fix typo
pull/1366/head
Stephane Nicoll 9 years ago
parent
commit
0bcdec7d91
  1. 2
      spring-context/src/main/java/org/springframework/validation/Validator.java

2
spring-context/src/main/java/org/springframework/validation/Validator.java

@ -55,7 +55,7 @@ package org.springframework.validation; @@ -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

Loading…
Cancel
Save