OPEN - issue BATCH-151: add support for some sort of 'final' method to existing or new ItemProcessor implementation and related tasklets

http://jira.springframework.org/browse/BATCH-151

Organise imports.
This commit is contained in:
dsyer
2008-02-26 17:23:33 +00:00
parent 09545ba367
commit 22c63e6fb9

View File

@@ -35,7 +35,6 @@ import org.springframework.batch.core.domain.StepSupport;
import org.springframework.batch.execution.repository.SimpleJobRepository;
import org.springframework.batch.execution.repository.dao.MapJobDao;
import org.springframework.batch.execution.repository.dao.MapStepDao;
import org.springframework.batch.execution.scope.StepScope;
import org.springframework.batch.execution.scope.StepSynchronizationManager;
import org.springframework.batch.execution.step.support.JobRepositorySupport;
import org.springframework.batch.execution.step.support.StepInterruptionPolicy;