mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
bdf9eacb45
commit
328d54d986
@ -2,13 +2,12 @@ package cn.hutool.cron;
|
||||
|
||||
/**
|
||||
* 作业启动器<br>
|
||||
* 负责检查<strong>TaskTable</strong>是否有匹配到此时运行的Task<br>
|
||||
* 负责检查 {@link TaskTable} 是否有匹配到此时运行的Task<br>
|
||||
* 检查完毕后启动器结束
|
||||
*
|
||||
* @author Looly
|
||||
*
|
||||
*/
|
||||
public class TaskLauncher implements Runnable{
|
||||
public class TaskLauncher implements Runnable {
|
||||
|
||||
private final Scheduler scheduler;
|
||||
private final long millis;
|
||||
|
@ -7,6 +7,8 @@
|
||||
* <li>{@link cn.hutool.cron.pattern.CronPattern} 定时任务表达式,用于定义任务触发时间</li>
|
||||
* </ul>
|
||||
*
|
||||
* 同时,提供了{@link cn.hutool.cron.CronUtil}工具类,维护一个全局的{@link cn.hutool.cron.Scheduler}。
|
||||
*
|
||||
* @author looly
|
||||
*/
|
||||
package cn.hutool.cron;
|
||||
|
Loading…
x
Reference in New Issue
Block a user