Remove unused import

This commit is contained in:
Dave Syer
2012-12-05 14:03:22 +00:00
parent 663571ec95
commit 03aa7ead6f

View File

@@ -1,6 +1,7 @@
package org.springframework.batch.core.job.flow;
import org.springframework.batch.core.JobExecutionException;
import org.springframework.batch.core.Step;
import org.springframework.batch.core.StepExecution;
import org.springframework.batch.core.job.SimpleStepHandler;
import org.springframework.batch.core.job.StepHandler;
@@ -8,8 +9,6 @@ import org.springframework.batch.core.repository.JobRepository;
import org.springframework.batch.core.step.AbstractStep;
import org.springframework.util.Assert;
import com.sun.org.apache.xerces.internal.impl.xpath.XPath.Step;
/**
* A {@link Step} implementation that delegates to a {@link Flow}. Useful for
* logical grouping of steps, and especially for partitioning with multiple