BATCH-1483: resolve cycle by moving interface to parent package

This commit is contained in:
dsyer
2010-01-14 11:05:30 +00:00
parent c0384da608
commit 09d852285f
11 changed files with 10 additions and 12 deletions

View File

@@ -22,10 +22,10 @@ import java.util.List;
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.Step;
import org.springframework.batch.core.UnexpectedJobExecutionException;
import org.springframework.batch.core.job.DefaultJobParametersValidator;
import org.springframework.batch.core.job.JobParametersValidator;
import org.springframework.beans.factory.BeanNameAware;
import org.springframework.util.ClassUtils;