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;
/**
* A hierarchical <a href="https://en.wikipedia.org/wiki/Document_Object_Model">document tree</a> data structure.
*
* @param V document tree value type
* @param <V> document tree value type
*/
public interface DocumentTree<V> {
......