BATCH-599: Refactored the ExecutionContext section of chapter two, so that it is easier to understand. Also changed the key used for all ItemReaders the use the abstract reader to 'piece.count', from 'item.count'
This commit is contained in:
@@ -16,7 +16,7 @@ import org.springframework.util.Assert;
|
||||
*/
|
||||
public abstract class AbstractBufferedItemReaderItemStream implements ItemReader, ItemStream {
|
||||
|
||||
private static final String ITEM_COUNT = "item.count";
|
||||
private static final String ITEM_COUNT = "piece.count";
|
||||
|
||||
private int currentItemCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user