NodeItem,: use strange javadoc element ordering
This commit is contained in:
parent
cd1afc6778
commit
e4c4fdf4bc
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ import java.util.function.Function;
|
|||
/**
|
||||
* Represents a tree of nodes.
|
||||
*
|
||||
* @param <T> the type of data stored in each node
|
||||
*
|
||||
* @author Paul Campbell
|
||||
*
|
||||
* @param <T> the type of data stored in each node
|
||||
*/
|
||||
class NodeItem<T> implements Node<T> {
|
||||
|
||||
|
|
Loading…
Reference in a new issue