OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
http://jira.springframework.org/browse/BATCH-320 Replace DummyItemWriter to fix failed build
This commit is contained in:
@@ -9,7 +9,7 @@ import org.springframework.util.Assert;
|
||||
*
|
||||
* @author Robert Kasanicky
|
||||
*/
|
||||
public class ItemTransformerItemWriterr extends DelegatingItemWriter {
|
||||
public class ItemTransformerItemWriter extends DelegatingItemWriter {
|
||||
|
||||
private ItemTransformer itemTransformer;
|
||||
|
||||
Reference in New Issue
Block a user