Aaron Kruglikov
Committed by Gerrit Code Review

Fixing a minor stylistic issue.

Change-Id: I57b6e44e03c576be88c5f130f852d5ca5bcb00c9
...@@ -23,7 +23,7 @@ import org.onosproject.store.primitives.DocumentTreeNode; ...@@ -23,7 +23,7 @@ import org.onosproject.store.primitives.DocumentTreeNode;
23 /** 23 /**
24 * A hierarchical <a href="https://en.wikipedia.org/wiki/Document_Object_Model">document tree</a> data structure. 24 * A hierarchical <a href="https://en.wikipedia.org/wiki/Document_Object_Model">document tree</a> data structure.
25 * 25 *
26 - * @param V document tree value type 26 + * @param <V> document tree value type
27 */ 27 */
28 public interface DocumentTree<V> { 28 public interface DocumentTree<V> {
29 29
......