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

1

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