diff --git a/quartz-core/src/main/java/org/quartz/Trigger.java b/quartz-core/src/main/java/org/quartz/Trigger.java index 210a19c6a..f4679123b 100644 --- a/quartz-core/src/main/java/org/quartz/Trigger.java +++ b/quartz-core/src/main/java/org/quartz/Trigger.java @@ -99,7 +99,7 @@ public enum CompletedExecutionInstruction { NOOP, RE_EXECUTE_JOB, SET_TRIGGER_CO * *
* In order to see if this instruction fits your needs, you should look at
- * the documentation for the getSmartMisfirePolicy()
method
+ * the documentation for the updateAfterMisfire()
method
* on the particular Trigger
implementation you are using.
*