diff --git a/src/main/java/net/kemitix/node/NodeItem.java b/src/main/java/net/kemitix/node/NodeItem.java index 7f0cd75..2ee8b97 100644 --- a/src/main/java/net/kemitix/node/NodeItem.java +++ b/src/main/java/net/kemitix/node/NodeItem.java @@ -13,9 +13,9 @@ import java.util.function.Function; /** * Represents a tree of nodes. * - * @param the type of data stored in each node - * * @author Paul Campbell + * + * @param the type of data stored in each node */ class NodeItem implements Node {