From 22c63e6fb9874c8de3f86d558494ea1caf3cadc6 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 26 Feb 2008 17:23:33 +0000 Subject: [PATCH] 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. --- .../batch/execution/step/ItemOrientedStepTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-batch-execution/src/test/java/org/springframework/batch/execution/step/ItemOrientedStepTests.java b/spring-batch-execution/src/test/java/org/springframework/batch/execution/step/ItemOrientedStepTests.java index e6bd0bcb2..5b6ee0a4a 100644 --- a/spring-batch-execution/src/test/java/org/springframework/batch/execution/step/ItemOrientedStepTests.java +++ b/spring-batch-execution/src/test/java/org/springframework/batch/execution/step/ItemOrientedStepTests.java @@ -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;