mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-12 19:21:17 +02: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