【update】添加注释与重命名变量
This commit is contained in:
+6
-1
@@ -73,7 +73,12 @@ public class CreateFileConfig {
|
|||||||
this.setFileList(new File(file));
|
this.setFileList(new File(file));
|
||||||
return this.templateRootDirs;
|
return this.templateRootDirs;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* 设置fileList
|
||||||
|
* @date 2021/4/6 15:39
|
||||||
|
* @param files 文件集合
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
public void setFileList(List<File> files) {
|
public void setFileList(List<File> files) {
|
||||||
this.templateRootDirs = files;
|
this.templateRootDirs = files;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user