Skip to content

Commit

Permalink
Fix Javadoc mention a not existing method
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarotin authored and chrisdennis committed Oct 4, 2019
1 parent 77e9826 commit 6b0c4ce
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
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,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 6b0c4ce

Please # to comment.