OPEN - issue BATCH-371: FlatFileItemWriter no longer uses LineAggregator
http://jira.springframework.org/browse/BATCH-371 Changed the interface of LineAggregator for symmetry with LineTokenizer.
This commit is contained in:
@@ -7,11 +7,11 @@ import org.w3c.dom.Element;
|
||||
|
||||
class JobBeanDefinitionParser implements BeanDefinitionParser {
|
||||
|
||||
private static final String JOB = "job";
|
||||
public static final String JOB = "job";
|
||||
|
||||
private static final String CHUNKING_STEP = "chunking-step";
|
||||
public static final String CHUNKING_STEP = "chunking-step";
|
||||
|
||||
private static final String TASKLET_STEP ="tasklet-step";
|
||||
public static final String TASKLET_STEP ="tasklet-step";
|
||||
|
||||
public BeanDefinition parse(Element element, ParserContext parserContext) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Reference in New Issue
Block a user