Spelling fix

This commit is contained in:
Alexandre Rafalovitch
2014-07-11 16:00:16 +07:00
parent c1172cf95d
commit 0abcbfeac5

View File

@@ -20,7 +20,7 @@ public class SampleItemProcess implements ItemProcessor<Object, IndexQuery> {
public IndexQuery process(Object item) throws Exception {
SomeClass someClass = new SomeClass();
// pouplate someClass from item (Object)
// populate someClass from item (Object)
IndexQueryBuilder builder = new IndexQueryBuilder();
builder.withObject(someClass);
@@ -66,4 +66,4 @@ public class ReaderWriterConfig {
```
##### NOTE
The Pageable object from the Query object will be used for paged requests. Setting the page and pageSize fields (inherited from AbstractPaginatedDataItemReader) will have no effect.
The Pageable object from the Query object will be used for paged requests. Setting the page and pageSize fields (inherited from AbstractPaginatedDataItemReader) will have no effect.