Complete - task 89: Resurrect Quartz sample

Used the wrong JobSupport
This commit is contained in:
dsyer
2008-03-07 19:11:23 +00:00
parent b44da1c996
commit 3aa0656783

View File

@@ -30,12 +30,12 @@ import org.quartz.SimpleTrigger;
import org.quartz.spi.TriggerFiredBundle;
import org.springframework.batch.core.JobExecution;
import org.springframework.batch.core.JobParameters;
import org.springframework.batch.core.JobSupport;
import org.springframework.batch.core.configuration.JobLocator;
import org.springframework.batch.core.repository.JobExecutionAlreadyRunningException;
import org.springframework.batch.core.repository.JobRestartException;
import org.springframework.batch.core.repository.NoSuchJobException;
import org.springframework.batch.execution.launch.JobLauncher;
import org.springframework.batch.sample.tasklet.JobSupport;
/**
* @author Dave Syer