Skip to content

Commit 23a3ee1

Browse files
committed
update
1 parent b96c447 commit 23a3ee1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/utils/FileUtil.java

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public static String getFileContent(String filePath) throws IOException {
3030
sb.append(System.lineSeparator());
3131
line = br.readLine();
3232
}
33+
br.close();
3334
return sb.toString();
3435
}
3536

lib/utils/RandomUtil.java

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package javaToolkit.lib.utils;
22

33
import java.util.ArrayList;
4-
import java.util.Arrays;
54
import java.util.List;
65
import java.util.Random;
76

0 commit comments

Comments
 (0)