Spelling fix
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user