allow opening subdirs

This commit is contained in:
tibbi
2016-07-13 14:49:16 +02:00
parent 2ec9ff6973
commit b8d517d3dc
3 changed files with 47 additions and 12 deletions

View File

@ -37,7 +37,7 @@ public class FileDirItem implements Comparable {
@Override
public String toString() {
return "FileDirItem {" +
return "FileDirItem{" +
"name=" + getName() +
", isDirectory=" + getIsDirectory() +
", path=" + getPath() + "}";