Fixed minor grammatical errors.
This commit is contained in:
parent
06872dd465
commit
f08d15c86f
|
|
@ -24,7 +24,7 @@ package org.springframework.validation;
|
||||||
* only objects in the web tier, the data-access tier, or the
|
* 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
|
* whatever-tier. As such it is amenable to being used in any layer
|
||||||
* of an application, and supports the encapsulation of validation
|
* 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>
|
* <p>Find below a simple but complete <code>Validator</code>
|
||||||
* implementation, which validates that the various {@link String}
|
* implementation, which validates that the various {@link String}
|
||||||
|
|
@ -55,7 +55,7 @@ package org.springframework.validation;
|
||||||
* }</pre>
|
* }</pre>
|
||||||
*
|
*
|
||||||
* <p>See also the Spring reference manual for a fuller discussion of
|
* <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.
|
* application.
|
||||||
*
|
*
|
||||||
* @author Rod Johnson
|
* @author Rod Johnson
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue