Skip to content

Commit 5aef87f

Browse files
MichelTenVoordesnicoll
authored andcommitted
Update reference to deprecated CronSequenceGenerator
See gh-26651
1 parent 70c0e10 commit 5aef87f

File tree

1 file changed

+1
-1
lines changed
  • spring-context/src/main/java/org/springframework/scheduling/annotation

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
* trigger, primarily meant for externally specified values resolved by a
8686
* <code>${...}</code> placeholder.
8787
* @return an expression that can be parsed to a cron schedule
88-
* @see org.springframework.scheduling.support.CronSequenceGenerator
88+
* @see org.springframework.scheduling.support.CronExpression#parse(String)
8989
*/
9090
String cron() default "";
9191

0 commit comments

Comments
 (0)