mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 23:45:17 -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() {
|
public boolean isLeaf() {
|
||||||
return description != null || file != null;
|
return description != null || file != null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user