mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
release 4.6.7
This commit is contained in:
@@ -63,7 +63,7 @@ public class CronTimer extends Thread implements Serializable {
|
||||
*/
|
||||
synchronized public void stopTimer() {
|
||||
this.isStoped = true;
|
||||
ThreadUtil.interupt(this, true);
|
||||
ThreadUtil.interrupt(this, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user