RESOLVED - issue BATCH-344: A JobExecution does not need a start time until it actually starts
http://jira.springframework.org/browse/BATCH-344
This commit is contained in:
@@ -37,7 +37,7 @@ public class JobExecution extends Entity {
|
||||
|
||||
private BatchStatus status = BatchStatus.STARTING;
|
||||
|
||||
private Date startTime = new Date(System.currentTimeMillis());
|
||||
private Date startTime = null;
|
||||
|
||||
private Date endTime = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user