@@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
- <version>4.6.7-SNAPSHOT</version>
+ <version>4.6.7</version>
</parent>
<artifactId>hutool-all</artifactId>
<artifactId>hutool-aop</artifactId>
@@ -7,7 +7,7 @@
<artifactId>hutool-bloomFilter</artifactId>
<artifactId>hutool-bom</artifactId>
<artifactId>hutool-cache</artifactId>
<artifactId>hutool-captcha</artifactId>
<artifactId>hutool-core</artifactId>
<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);
}
/**
<artifactId>hutool-crypto</artifactId>
<artifactId>hutool-db</artifactId>
<artifactId>hutool-dfa</artifactId>
<artifactId>hutool-extra</artifactId>
<artifactId>hutool-http</artifactId>
<artifactId>hutool-json</artifactId>
<artifactId>hutool-log</artifactId>
@@ -8,7 +8,7 @@
<artifactId>hutool-poi</artifactId>
<artifactId>hutool-script</artifactId>
<artifactId>hutool-setting</artifactId>
<artifactId>hutool-socket</artifactId>
<artifactId>hutool-system</artifactId>
<name>hutool</name>
<description>提供丰富的Java工具方法</description>
<url>https://github.com/looly/hutool</url>