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:
lucasward
2008-06-27 19:19:28 +00:00
parent 26aee69c6a
commit 068fbd1789

View File

@@ -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;