CLOSED - issue BATCH-563: ItemOrientedStep can be TaskletStep + ItemOrientedTasklet

This commit is contained in:
dsyer
2008-07-17 11:33:55 +00:00
parent 6810996c23
commit acbc1d89ed
3 changed files with 28 additions and 30 deletions

View File

@@ -120,24 +120,6 @@ public class MessageOrientedStep extends AbstractStep {
}
/**
* Do nothing.
*
* @see org.springframework.batch.core.step.AbstractStep#open(org.springframework.batch.item.ExecutionContext)
*/
@Override
protected void open(ExecutionContext ctx) throws Exception {
}
/**
* Do nothing.
*
* @see org.springframework.batch.core.step.AbstractStep#close(org.springframework.batch.item.ExecutionContext)
*/
@Override
protected void close(ExecutionContext ctx) throws Exception {
}
/**
* @param expectedJobId
*/