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:
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-parent</artifactId>
|
||||
<version>4.6.7-SNAPSHOT</version>
|
||||
<version>4.6.7</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>hutool-cron</artifactId>
|
||||
|
@@ -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