mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
ffade772b1
commit
6fdf5ca9c7
@ -35,6 +35,9 @@ public class CronUtil {
|
||||
|
||||
/** Crontab配置文件 */
|
||||
public static final String CRONTAB_CONFIG_PATH = "config/cron.setting";
|
||||
/**
|
||||
* Crontab配置文件2
|
||||
*/
|
||||
public static final String CRONTAB_CONFIG_PATH2 = "cron.setting";
|
||||
|
||||
private static final Lock lock = new ReentrantLock();
|
||||
|
Loading…
x
Reference in New Issue
Block a user