Rework NormalizedNode type hierarchy
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / tree / spi / TreeNode.java
index 41711e538247dda7a4c6626cb9e07f11f43a0d04..689c49c85ce8147399c5ee4200912a33bd374b61 100644 (file)
@@ -54,7 +54,7 @@ public interface TreeNode extends Identifiable<PathArgument>, StoreTreeNode<Tree
      *
      * @return Unmodifiable view of the underlying data.
      */
-    NormalizedNode<?, ?> getData();
+    NormalizedNode getData();
 
     /**
      * Get a mutable, isolated copy of the node.