BATCH-1183: Implement toString() on Step implementations
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user