From 106fe7875e83a1e0da8f6424177a65c41a08e2c2 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 28 Aug 2007 08:09:21 +0000 Subject: [PATCH] Move the JobExecutorFacade interface to a subpackage - no need for it to be central. OPEN - issue BATCH-84: Simplify JobLauncher so it can be used to start a job with a String/Properties http://opensource.atlassian.com/projects/spring/browse/BATCH-84 --- .../java/org/springframework/batch/sample/AbstractJobTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/src/test/java/org/springframework/batch/sample/AbstractJobTests.java b/samples/src/test/java/org/springframework/batch/sample/AbstractJobTests.java index 19279cebe..acadca59d 100644 --- a/samples/src/test/java/org/springframework/batch/sample/AbstractJobTests.java +++ b/samples/src/test/java/org/springframework/batch/sample/AbstractJobTests.java @@ -21,7 +21,7 @@ import junit.framework.TestCase; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.batch.core.configuration.JobConfiguration; -import org.springframework.batch.execution.JobExecutorFacade; +import org.springframework.batch.execution.facade.JobExecutorFacade; import org.springframework.beans.factory.BeanFactory; import org.springframework.context.ConfigurableApplicationContext;