浏览代码

remove unused imports

Jan-Peter Klein 1 月之前
父节点
当前提交
1089e90ebf
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/main/java/org/cryptomator/common/recovery/RecoveryDirectory.java

+ 0 - 2
src/main/java/org/cryptomator/common/recovery/RecoveryDirectory.java

@@ -1,8 +1,6 @@
 package org.cryptomator.common.recovery;
 
 import java.io.IOException;
-import java.nio.file.attribute.PosixFilePermissions;
-import java.nio.file.attribute.FileAttribute;
 import java.nio.file.Files;
 import java.nio.file.Path;
 import java.nio.file.StandardCopyOption;