mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-19 16:38:38 +00:00
fix some codestyle problem
This commit is contained in:
@@ -61,7 +61,8 @@ public class CompressFilePreviewImpl implements FilePreview {
|
||||
}
|
||||
}
|
||||
if (!ObjectUtils.isEmpty(fileTree)) {
|
||||
if( ConfigConstants.getdeletesourcefile()){ //是否保留压缩包源文件
|
||||
//是否保留压缩包源文件
|
||||
if (ConfigConstants.getDeleteSourceFile()) {
|
||||
KkFileUtils.deleteFileByPath(filePath);
|
||||
}
|
||||
if (ConfigConstants.isCacheEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user