diff --git a/execution/src/main/java/org/springframework/batch/execution/bootstrap/SimpleJobLauncher.java b/execution/src/main/java/org/springframework/batch/execution/bootstrap/SimpleJobLauncher.java index 87014e491..a5b8380e7 100644 --- a/execution/src/main/java/org/springframework/batch/execution/bootstrap/SimpleJobLauncher.java +++ b/execution/src/main/java/org/springframework/batch/execution/bootstrap/SimpleJobLauncher.java @@ -25,7 +25,6 @@ import org.springframework.batch.core.runtime.JobIdentifierFactory; import org.springframework.batch.execution.JobExecutorFacade; import org.springframework.batch.execution.runtime.ScheduledJobIdentifierFactory; import org.springframework.batch.repeat.ExitStatus; -import org.springframework.context.Lifecycle; import org.springframework.util.Assert; /** @@ -38,7 +37,6 @@ import org.springframework.util.Assert; * interrupted via the stop method in another thread. *

* - * @see Lifecycle * @author Lucas Ward * @author Dave Syer * @since 2.1