From ae0b997df5d3cc22b07f11f00daab956bf239df9 Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 1 Oct 2007 19:47:56 +0000 Subject: [PATCH] RESOLVED - issue BATCH-133: make ScheduledJobIdentifierFactory default useful http://opensource.atlassian.com/projects/spring/browse/BATCH-133 --- .../batch/execution/runtime/ScheduledJobIdentifierFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/src/main/java/org/springframework/batch/execution/runtime/ScheduledJobIdentifierFactory.java b/execution/src/main/java/org/springframework/batch/execution/runtime/ScheduledJobIdentifierFactory.java index 5b0d8a3f1..29f34886c 100644 --- a/execution/src/main/java/org/springframework/batch/execution/runtime/ScheduledJobIdentifierFactory.java +++ b/execution/src/main/java/org/springframework/batch/execution/runtime/ScheduledJobIdentifierFactory.java @@ -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) {