BATCH-2141: Adding missing page increment when jumping position

This commit is contained in:
Michael Minella
2013-11-18 11:18:51 -06:00
parent 087da0a018
commit 0a0d62f4d4

View File

@@ -178,6 +178,7 @@ public class RepositoryItemReader<T> extends AbstractItemCountingItemStreamItemR
current = itemLastIndex % pageSize;
results = doPageRead();
page++;
}
}