mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-26 14:31:02 -04:00
typo
This commit is contained in:
parent
f8aef591d3
commit
68193f3156
@ -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() {
|
||||
return description != null || file != null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user