BATCH-1183: Implement toString() on Step implementations

This commit is contained in:
dhgarrette
2009-03-30 14:39:15 +00:00
parent 246b1a61b6
commit f8144a68aa

View File

@@ -341,7 +341,7 @@ public abstract class AbstractJob implements Job, StepLocator, BeanNameAware, In
jobRepository.add(currentStepExecution);
logger.info("Executing step: "+step);
logger.info("Executing step: [" + step + "]");
step.execute(currentStepExecution);
jobRepository.updateExecutionContext(execution);