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

@@ -12,7 +12,7 @@ import org.springframework.batch.item.writer.ItemTransformerItemWriter;
*
* @author Robert Kasanicky
*/
public class TransformerWriterItemProcessorTests extends TestCase {
public class ItemTransformerItemWriterTests extends TestCase {
private ItemTransformerItemWriter processor = new ItemTransformerItemWriter();