From 1220bfa9d1b9814bed8b7eb9b9ee38d67dd163e9 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 21 Aug 2007 13:38:28 +0000 Subject: [PATCH] Tidy imports --- .../batch/execution/bootstrap/SimpleJobLauncherTests.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/execution/src/test/java/org/springframework/batch/execution/bootstrap/SimpleJobLauncherTests.java b/execution/src/test/java/org/springframework/batch/execution/bootstrap/SimpleJobLauncherTests.java index 38af89b16..0700d2b75 100644 --- a/execution/src/test/java/org/springframework/batch/execution/bootstrap/SimpleJobLauncherTests.java +++ b/execution/src/test/java/org/springframework/batch/execution/bootstrap/SimpleJobLauncherTests.java @@ -18,17 +18,12 @@ package org.springframework.batch.execution.bootstrap; import junit.framework.TestCase; -import org.easymock.MockControl; import org.springframework.batch.core.configuration.JobConfiguration; -import org.springframework.batch.core.configuration.NoSuchJobConfigurationException; import org.springframework.batch.core.runtime.JobIdentifier; import org.springframework.batch.core.runtime.JobIdentifierFactory; import org.springframework.batch.core.runtime.SimpleJobIdentifier; import org.springframework.batch.execution.JobExecutorFacade; import org.springframework.batch.repeat.ExitStatus; -import org.springframework.context.ApplicationEvent; -import org.springframework.context.event.ContextRefreshedEvent; -import org.springframework.context.support.GenericApplicationContext; import org.springframework.core.task.SimpleAsyncTaskExecutor; import org.springframework.core.task.TaskExecutor;