quartz-scheduler / quartz

Code for Quartz Scheduler
http://www.quartz-scheduler.org
Apache License 2.0
6.29k stars 1.94k forks source link

getSmartMisfirePolicy does not exist - mentioned by MISFIRE_INSTRUCTION_SMART_POLICY #1122

Closed buzz3791 closed 1 month ago

buzz3791 commented 6 months ago

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.

jhouserizer commented 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."

jhouserizer commented 1 month ago

I went ahead and added some javadoc links to that method of various core trigger types.