Browse Source

Fixed minor grammatical errors.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2044 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Sam Brannen 17 years ago
parent
commit
2efb56dcaa
  1. 4
      org.springframework.context/src/main/java/org/springframework/validation/Validator.java

4
org.springframework.context/src/main/java/org/springframework/validation/Validator.java

@ -24,7 +24,7 @@ package org.springframework.validation; @@ -24,7 +24,7 @@ package org.springframework.validation;
* only objects in the web tier, the data-access tier, or the
* whatever-tier. As such it is amenable to being used in any layer
* of an application, and supports the encapsulation of validation
* logic as first-class citizens in their own right.
* logic as a first-class citizen in its own right.
*
* <p>Find below a simple but complete <code>Validator</code>
* implementation, which validates that the various {@link String}
@ -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</code> interface and it's role in a enterprise
* the <code>Validator</code> interface and it's role in an enterprise
* application.
*
* @author Rod Johnson

Loading…
Cancel
Save