Stupid error with imports

This commit is contained in:
David Syer
2010-01-14 22:15:41 +00:00
committed by Michael Minella
parent 91414c93d9
commit f0c147a18c

View File

@@ -3,8 +3,8 @@ package org.springframework.batch.integration;
import org.springframework.batch.core.Job;
import org.springframework.batch.core.JobExecution;
import org.springframework.batch.core.JobParametersIncrementer;
import org.springframework.batch.core.JobParametersValidator;
import org.springframework.batch.core.job.DefaultJobParametersValidator;
import org.springframework.batch.core.job.JobParametersValidator;
public class JobSupport implements Job {