RESOLVED - issue BATCH-133: make ScheduledJobIdentifierFactory default useful
http://opensource.atlassian.com/projects/spring/browse/BATCH-133
This commit is contained in:
@@ -34,7 +34,7 @@ public class ScheduledJobIdentifierFactory implements JobIdentifierFactory {
|
||||
|
||||
private int jobRun = 0;
|
||||
|
||||
private Date scheduleDate = new Date(0L);
|
||||
private Date scheduleDate = new Date();
|
||||
|
||||
public JobIdentifier getJobIdentifier(String name) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user