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