提交 06f4a4fc authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation

上级 29744656
...@@ -184,7 +184,7 @@ public class ChangeFileEncryption extends Tool { ...@@ -184,7 +184,7 @@ public class ChangeFileEncryption extends Tool {
// TODO changeFileEncryption: this is a workaround! // TODO changeFileEncryption: this is a workaround!
// make the operation atomic (all files or none) // make the operation atomic (all files or none)
for (String fileName : files) { for (String fileName : files) {
// Don't process a lob directory, just the files in the directory. // don't process a lob directory, just the files in the directory.
if (!FileUtils.isDirectory(fileName)) { if (!FileUtils.isDirectory(fileName)) {
change.process(fileName); change.process(fileName);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论