History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-263
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: James House
Reporter: Aaron Craven
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

Minor (but important) bug in NthIncludedDayTrigger

Created: 01/Oct/05 05:54 PM   Updated: 01/Oct/05 06:48 PM
Component/s: Triggers
Affects Version/s: 1.5
Fix Version/s: 1.5.1

Flags: Patch, Important


 Description  « Hide
In the getFinalFireTime() method, the line:

finalTime = getMonthlyFireTimeAfter(currCal.getTime());

should be

finalTime = getFireTimeAfter(currCal.getTime());

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.