1
1
mirror of https://github.com/geekfrog/PermissionsTime.git synced 2025-09-09 15:30:45 +00:00

不再保存配置文件 语言整理

This commit is contained in:
2017-07-27 01:13:02 +08:00
parent 2523df87e1
commit 4b1b998237
16 changed files with 88 additions and 61 deletions

View File

@ -12,7 +12,6 @@ public class FileUtil {
public interface FindFilesDo {
boolean isProcess(String fileName);
void process(String fileName, InputStream is);
}