From 295b60808e50096b4df3cc6e8203357dba25d2d8 Mon Sep 17 00:00:00 2001 From: dsyer Date: Wed, 14 Apr 2010 15:34:06 +0000 Subject: [PATCH] BATCH-1554: fix typo --- src/site/docbook/reference/domain.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/site/docbook/reference/domain.xml b/src/site/docbook/reference/domain.xml index a31d4d7b4..39f9505d0 100644 --- a/src/site/docbook/reference/domain.xml +++ b/src/site/docbook/reference/domain.xml @@ -979,13 +979,14 @@ ExecutionContext ecJob = jobExecution.getExecutionContext();
Item Writer - ItemWriter is an abstraction that represents - the output of a Step, one item at a time. - Generally, an item writer has no knowledge of the input it will receive - next, only the item that was passed in its current invocation. More - details about the ItemWriter interface and its - various implementations can be found in . + ItemWriter is an abstraction that + represents the output of a Step, one batch + or chunk of items at a time. Generally, an item writer has no + knowledge of the input it will receive next, only the item that + was passed in its current invocation. More details about the + ItemWriter interface and its various + implementations can be found in .