diff --git a/documentation/quartz-2.3.0/cookbook/StoreJob.md b/documentation/quartz-2.3.0/cookbook/StoreJob.md index 54f3de21..9485522b 100644 --- a/documentation/quartz-2.3.0/cookbook/StoreJob.md +++ b/documentation/quartz-2.3.0/cookbook/StoreJob.md @@ -21,5 +21,5 @@ JobDetail job1 = newJob(MyJobClass.class) .build(); // Add the the job to the scheduler's store -sched.addJob(job, false); +sched.addJob(job1, false);