Closed buzz3791 closed 1 month ago
This must have already been fixed some time along the way, because the text currently reads "In order to see if this instruction fits your needs, you should look at the documentation for the updateAfterMisfire()
method on the particular Trigger
implementation you are using."
I went ahead and added some javadoc links to that method of various core trigger types.
The documentation for org.quartz.Trigger#MISFIRE_INSTRUCTION_SMART_POLICY states "In order to see if this instruction fits your needs, you should look at the documentation for the getSmartMisfirePolicy() method on the particular Trigger implementation you are using."
But I can't find getSmartMisfirePolicy() defined on any Triggers or anywhere else in the source code.