mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Added dependency injections for FileUtils and removed redundant code
This commit is contained in:
@@ -8,4 +8,6 @@ public interface FileUtils {
|
||||
long getTotalSpace(File f) throws IOException;
|
||||
|
||||
long getFreeSpace(File f) throws IOException;
|
||||
|
||||
void deleteFileOrDir(File f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user