diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/FlowStep.java b/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/FlowStep.java index 071f39577..735ff4149 100644 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/FlowStep.java +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/FlowStep.java @@ -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