mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-23 02:08:38 +00:00
fix some codestyle problem
This commit is contained in:
@@ -114,7 +114,8 @@ public class OfficeFilePreviewImpl implements FilePreview {
|
||||
// 对转换后的文件进行操作(改变编码方式)
|
||||
fileHandlerService.doActionConvertedFile(outFilePath);
|
||||
}
|
||||
if(ConfigConstants.getdeletesourcefile()){ //是否保留OFFICE源文件
|
||||
//是否保留OFFICE源文件
|
||||
if (ConfigConstants.getDeleteSourceFile()) {
|
||||
KkFileUtils.deleteFileByPath(filePath);
|
||||
}
|
||||
if (isUseCached) {
|
||||
|
||||
Reference in New Issue
Block a user