RESOLVED - issue BATCH-195: JobIdentifier with simple string key

http://opensource.atlassian.com/projects/spring/browse/BATCH-195

Missing commit.
This commit is contained in:
dsyer
2007-11-09 17:06:46 +00:00
parent ec63a1c1a1
commit 4f8489c145

View File

@@ -207,7 +207,7 @@ public class HibernateJobDao extends HibernateDaoSupport implements JobDao {
if (jobIdentifier instanceof ScheduledJobIdentifier) {
ScheduledJobIdentifier jobRuntimeInformation = (ScheduledJobIdentifier) jobIdentifier;
Assert.notNull(jobRuntimeInformation.getJobStream(),
Assert.notNull(jobRuntimeInformation.getJobKey(),
"JobRuntimeInformation JobStream cannot be null.");
Assert.notNull(jobRuntimeInformation.getScheduleDate(),
"JobRuntimeInformation ScheduleDate cannot be null.");