Make EncFSVolume.recursiveDelete private
This commit is contained in:
parent
00636eaaa1
commit
f12f98a2a1
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ public class EncFSVolume {
|
|||
}
|
||||
|
||||
// Recursive method to delete a directory tree
|
||||
public boolean recursiveDelete(EncFSFile file) throws IOException {
|
||||
private boolean recursiveDelete(EncFSFile file) throws IOException {
|
||||
boolean result = true;
|
||||
|
||||
if (file.isDirectory()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue