BATCH-1067: updated .springBeans

This commit is contained in:
dhgarrette
2009-02-08 19:52:45 +00:00
parent 7c4953f2be
commit b2a31fe740
2 changed files with 12 additions and 3 deletions

View File

@@ -26,13 +26,11 @@ import java.util.Collections;
import java.util.List;
import org.junit.Test;
import org.springframework.batch.core.BatchStatus;
import org.springframework.batch.core.ExitStatus;
import org.springframework.batch.core.job.flow.FlowExecution;
import org.springframework.batch.core.job.flow.FlowExecutionException;
import org.springframework.batch.core.job.flow.FlowExecutionStatus;
import org.springframework.batch.core.job.flow.FlowExecutor;
import org.springframework.batch.core.job.flow.support.state.EndState;
/**
* @author Dave Syer