spelling wrong

This commit is contained in:
zehao.song 2025-01-09 18:07:25 +08:00
parent 8c81e43a07
commit f637ebfd5f

View File

@ -17,7 +17,7 @@ public class CronTest {
@Test
@Disabled
public void customCronTest() {
CronUtil.schedule("*/2 * * * * *", (Task) () -> Console.log("Task excuted."));
CronUtil.schedule("*/2 * * * * *", (Task) () -> Console.log("Task executed."));
// 支持秒级别定时任务
CronUtil.setMatchSecond(true);