
|
If you were logged in you would be able to see more operations.
|
|
|
|
In CronExpression, all mention of the 'C' character in expressions should be removed. This hasn't ever really been present, and was completely removed from the JavaDocs (or so I thought) in CronExpression. It seems I missed one, though.
The only location I see is in the table explaining the fields:
Day-of-month 1-31 , - * ? / L W C
C should be removed.
Incidentally, I wonder if an expression containing C would parse. If so, that should probably be fixed as well.
|
|
Description
|
In CronExpression, all mention of the 'C' character in expressions should be removed. This hasn't ever really been present, and was completely removed from the JavaDocs (or so I thought) in CronExpression. It seems I missed one, though.
The only location I see is in the table explaining the fields:
Day-of-month 1-31 , - * ? / L W C
C should be removed.
Incidentally, I wonder if an expression containing C would parse. If so, that should probably be fixed as well. |
Show » |
|