This commit is contained in:
Looly
2023-04-25 10:45:21 +08:00
parent 841845eaaa
commit 37eec5b7ae
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ import java.io.Serializable;
public class CronTimer extends Thread implements Serializable {
private static final long serialVersionUID = 1L;
private static final Log log = LogFactory.get();
private static final Log log = Log.get();
/** 定时单元:秒 */
private final long TIMER_UNIT_SECOND = DateUnit.SECOND.getMillis();