Skip to content

Commit 8552008

Browse files
authoredOct 23, 2019
Merge pull request #522 from chrisdennis/trigger-javadoc-fix
[2.3.x] Fix Javadoc mention a not existing method
2 parents 8ab547f + 6b0c4ce commit 8552008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎quartz-core/src/main/java/org/quartz/Trigger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public enum CompletedExecutionInstruction { NOOP, RE_EXECUTE_JOB, SET_TRIGGER_CO
9898
*
9999
* <p>
100100
* In order to see if this instruction fits your needs, you should look at
101-
* the documentation for the <code>getSmartMisfirePolicy()</code> method
101+
* the documentation for the <code>updateAfterMisfire()</code> method
102102
* on the particular <code>Trigger</code> implementation you are using.
103103
* </p>
104104
*/

0 commit comments

Comments
 (0)
Please sign in to comment.