
|
If you were logged in you would be able to see more operations.
|
|
|
|
In the getFinalFireTime() method, the line:
finalTime = getMonthlyFireTimeAfter(currCal.getTime());
should be
finalTime = getFireTimeAfter(currCal.getTime());
|
|
Description
|
In the getFinalFireTime() method, the line:
finalTime = getMonthlyFireTimeAfter(currCal.getTime());
should be
finalTime = getFireTimeAfter(currCal.getTime()); |
Show » |
| There are no comments yet on this issue.
|
|