Update reference to deprecated CronSequenceGenerator

See gh-26651
This commit is contained in:
Michel ten Voorde
2021-03-08 23:45:59 +01:00
committed by Stephane Nicoll
parent 70c0e104b5
commit 5aef87f120

View File

@@ -85,7 +85,7 @@ public @interface Scheduled {
* trigger, primarily meant for externally specified values resolved by a
* <code>${...}</code> placeholder.
* @return an expression that can be parsed to a cron schedule
* @see org.springframework.scheduling.support.CronSequenceGenerator
* @see org.springframework.scheduling.support.CronExpression#parse(String)
*/
String cron() default "";