Fix typos detected by github.com/client9/misspell
This commit is contained in:
committed by
Juergen Hoeller
parent
896eb5687a
commit
be211ceead
@@ -52,7 +52,7 @@ import org.springframework.beans.factory.config.BeanReference;
|
||||
* all {@link BeanReference BeanReferences} that are required to validate the configuration of the
|
||||
* overall logical entity as well as those required to provide full user visualisation of the configuration.
|
||||
* It is expected that certain {@link BeanReference BeanReferences} will not be important to
|
||||
* validation or to the user view of the configuration and as such these may be ommitted. A tool may wish to
|
||||
* validation or to the user view of the configuration and as such these may be omitted. A tool may wish to
|
||||
* display any additional {@link BeanReference BeanReferences} sourced through the supplied
|
||||
* {@link BeanDefinition BeanDefinitions} but this is not considered to be a typical case.
|
||||
*
|
||||
|
||||
@@ -29,7 +29,7 @@ import org.springframework.util.Assert;
|
||||
* PagedListHolder is a simple state holder for handling lists of objects,
|
||||
* separating them into pages. Page numbering starts with 0.
|
||||
*
|
||||
* <p>This is mainly targetted at usage in web UIs. Typically, an instance will be
|
||||
* <p>This is mainly targeted at usage in web UIs. Typically, an instance will be
|
||||
* instantiated with a list of beans, put into the session, and exported as model.
|
||||
* The properties can all be set/get programmatically, but the most common way will
|
||||
* be data binding, i.e. populating the bean from request parameters. The getters
|
||||
|
||||
Reference in New Issue
Block a user