NodeItem,: use strange javadoc element ordering

This commit is contained in:
Paul Campbell 2016-09-04 19:47:19 +01:00
parent cd1afc6778
commit e4c4fdf4bc

View file

@ -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> {