Skip to content

Commit 8a695ba

Browse files
committed
Update Main.java
2 parents cc3038c + 7713bde commit 8a695ba

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/main/java/decided/spider/healthcheckin

src/main/java/decided/spider/healthcheckin/Main.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
public class Main {
88

99
public static void main(String[] args) throws Exception {
10-
11-
// 启动程序时启动线程,后主线程接收指令写入配置文件
10+
1211
CheckThread thread = new CheckThread();
1312
thread.start();
1413

0 commit comments

Comments
 (0)