Skip to content
This repository was archived by the owner on Nov 21, 2020. It is now read-only.

Commit 2b9b18d

Browse files
committed
refactor: remove unused lines
1 parent 93b46f2 commit 2b9b18d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Boot Surface主要是一个依赖于Spring框架的Web开发工具类,旨在
1717

1818
- 封装了一些常用的常量
1919

20+
- 一些常用的工具类
21+
2022
## 安装使用
2123

2224
项目仅支持 JDK1.8 以上
@@ -27,7 +29,7 @@ Boot Surface主要是一个依赖于Spring框架的Web开发工具类,旨在
2729
<dependency>
2830
<groupId>org.code4everything</groupId>
2931
<artifactId>boot-surface</artifactId>
30-
<version>1.1.5</version>
32+
<version>1.1.6</version>
3133
</dependency>
3234
```
3335

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.code4everything</groupId>
1414
<artifactId>boot-surface</artifactId>
15-
<version>1.1.5</version>
15+
<version>1.1.6</version>
1616
<packaging>jar</packaging>
1717

1818
<name>boot-surface</name>

src/main/java/org/code4everything/boot/base/FileUtils.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ public final class FileUtils {
3030

3131
private static final Logger LOGGER = LoggerFactory.getLogger(FileUtils.class);
3232

33-
private static final String[] SIZE = {" B", " KB", " MB", " GB", " TB", " PB", " EB", " ZB", " YB"};
34-
35-
private static final int KB = 1000;
36-
3733
private FileUtils() {}
3834

3935
/**

0 commit comments

Comments
 (0)