From 1c9014b7f2811bab970abef832b91ad821fcb50d Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 21 Aug 2007 16:57:04 +0000 Subject: [PATCH] Remove dependency on unused Spring interface --- .../batch/execution/bootstrap/SimpleJobLauncher.java | 2 -- 1 file changed, 2 deletions(-) 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