提交 8fe201d7 authored 作者: 张航's avatar 张航

1

上级 2976a558
......@@ -76,6 +76,13 @@
<artifactId>hutool-all</artifactId>
<version>5.2.5</version>
</dependency>
<dependency>
<groupId>org.gavaghan</groupId>
<artifactId>geodesy</artifactId>
<version>1.1.3</version>
</dependency>
</dependencies>
<build>
......
......@@ -137,7 +137,7 @@ public class DownMapService {
for (int i = 0; i < DownMapService.schedule; i++) {
stringBuffer.append("]");
}
stringBuffer.append("\t"+countSuccessFile +"/"+readyCountFile);
stringBuffer.append("\t" + countSuccessFile + "/" + readyCountFile);
System.out.print(stringBuffer);
}
}, 200, 200);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论