RESOLVED - BATCH-938: Clean up DelimitedLineAggregator implementation

applied patch
This commit is contained in:
robokaso
2008-11-24 09:20:22 +00:00
parent fb9b662160
commit 0bcf2e092c
7 changed files with 68 additions and 145 deletions

View File

@@ -50,7 +50,7 @@ public class FlatFileOrderAggregatorTests {
order.setTotalPrice(BigDecimal.valueOf(0));
// create aggregator stub
LineAggregator<Object[]> aggregator = new DelimitedLineAggregator<Object>();
LineAggregator<Object[]> aggregator = new DelimitedLineAggregator<Object[]>();
// create map of aggregators and set it to writer
Map<String, LineAggregator<Object[]>> aggregators = new HashMap<String, LineAggregator<Object[]>>();