BATCH-220: docs changes for step handler

This commit is contained in:
dsyer
2008-08-14 09:23:45 +00:00
parent d5e885209a
commit 42c09e3dd7
3 changed files with 15 additions and 13 deletions

View File

@@ -80,7 +80,7 @@ Spring Batch Features and Roadmap
represenation of the state of the job - can be augmented by
developers).
* ItemOrientedStep - uses an ItemReader to obtain the next record to
* StepHandlerStep - uses an ItemReader to obtain the next record to
process, and hands it to an ItemWriter if it is not null. It can
run a StepExecution in the same process (VM).