Browse Source

Update reference to deprecated CronSequenceGenerator

See gh-26651
pull/26658/head
Michel ten Voorde 4 years ago committed by Stephane Nicoll
parent
commit
5aef87f120
  1. 2
      spring-context/src/main/java/org/springframework/scheduling/annotation/Scheduled.java

2
spring-context/src/main/java/org/springframework/scheduling/annotation/Scheduled.java

@ -85,7 +85,7 @@ public @interface Scheduled {
* trigger, primarily meant for externally specified values resolved by a * trigger, primarily meant for externally specified values resolved by a
* <code>${...}</code> placeholder. * <code>${...}</code> placeholder.
* @return an expression that can be parsed to a cron schedule * @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 ""; String cron() default "";

Loading…
Cancel
Save