removed commented junk code

This commit is contained in:
robokaso
2008-06-06 14:18:12 +00:00
parent c2c33fc00b
commit ab4bdb1f76

View File

@@ -53,14 +53,6 @@ public class SimpleJob extends AbstractJob {
public void execute(JobExecution execution) throws JobExecutionException {
JobInstance jobInstance = execution.getJobInstance();
// boolean isJobRestart = getJobRepository().getJobExecutionCount(jobInstance) > 1;
// if (isJobRestart) {
// ExecutionContext restartContext = getJobRepository().getLastJobExecution(jobInstance).getExecutionContext();
// execution.setExecutionContext(restartContext);
// } else {
// execution.setExecutionContext(new ExecutionContext());
// }
StepExecution currentStepExecution = null;
int startedCount = 0;