1.删除无用变量
This commit is contained in:
parent
b3abd507bd
commit
7e371b5415
|
|
@ -21,7 +21,6 @@ public class PersistenceThread extends Thread {
|
|||
File file1;
|
||||
BufferedReader bufferedReader;
|
||||
int offset;
|
||||
StringBuffer data;
|
||||
while (true) {
|
||||
file1 = getDataFiles();
|
||||
if (file1 == null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue