Skip to content

Commit

Permalink
Merge pull request #498 from chrisdennis/trigger-javadoc-fix
Browse files Browse the repository at this point in the history
Fix Javadoc mention a not existing method
  • Loading branch information
chrisdennis committed Oct 4, 2019
2 parents 5f29ca3 + 6b0c4ce commit caacb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz-core/src/main/java/org/quartz/Trigger.java
Expand Up @@ -98,7 +98,7 @@ public enum CompletedExecutionInstruction { NOOP, RE_EXECUTE_JOB, SET_TRIGGER_CO
*
* <p>
* In order to see if this instruction fits your needs, you should look at
* the documentation for the <code>getSmartMisfirePolicy()</code> method
* the documentation for the <code>updateAfterMisfire()</code> method
* on the particular <code>Trigger</code> implementation you are using.
* </p>
*/
Expand Down

0 comments on commit caacb55

Please sign in to comment.