RESOLVED - issue BATCH-404: FactoryBeans for step configuration

http://jira.springframework.org/browse/BATCH-404

ItemProcessor -> ItemHandler.
This commit is contained in:
dsyer
2008-03-03 18:01:02 +00:00
parent 36801d7d5d
commit 379f2fe826
12 changed files with 89 additions and 75 deletions

View File

@@ -20,7 +20,7 @@ public class RetrySampleItemWriter extends AbstractItemWriter {
}
/**
* @return number of times {@link #process(Object)} method was called.
* @return number of times {@link #handle(Object)} method was called.
*/
public int getCounter() {
return counter;