Skip to content
Snippets Groups Projects
Commit 8735bebe authored by Daniel's avatar Daniel
Browse files

FIX: Compiles again.

parent 63188fc7
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ public class Info extends AbstractObservable implements Observer, TransactionInt
}
final Element e = new Element("dropOffBox");
if (dropOffBox.isDirectory()) {
if (dropOffBox.isReadable()) {
if (dropOffBox.canRead()) {
if (tree) {
e.setAttribute("path", dropOffBox.getAbsolutePath());
e.addContent(getTree(dropOffBox.listFiles()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment