!1295 spelling wrong

Merge pull request !1295 from DayDayUp丶/v5-dev
This commit is contained in:
Looly 2025-01-09 11:37:12 +00:00 committed by Gitee
commit b89d4f6a09
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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