This commit is contained in:
hneemann 2017-04-04 18:17:55 +02:00
parent f8aef591d3
commit 68193f3156

View File

@ -103,7 +103,7 @@ public class LibraryNode implements Iterable<LibraryNode> {
} }
/** /**
* @return trie if this is a leaf * @return true if this is a leaf
*/ */
public boolean isLeaf() { public boolean isLeaf() {
return description != null || file != null; return description != null || file != null;