mirror of
https://gitee.com/dromara/hutool.git
synced 2025-06-28 13:34:09 +08:00
spelling wrong
This commit is contained in:
parent
8c81e43a07
commit
f637ebfd5f
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user