Rework NormalizedNode type hierarchy
[yangtools.git] / yang / rfc8528-data-api / src / main / java / org / opendaylight / yangtools / rfc8528 / data / api / MountPointChild.java
index ef59821583feeb2bf96b11ecf6f2f336c51dad8a..277482d60af7fe97578a9203bd9088f00e907607 100644 (file)
@@ -41,5 +41,5 @@ public interface MountPointChild {
      * @throws IOException if an underlying error occurs
      * @throws NullPointerException if any of the arguments is null
      */
-    NormalizedNode<?, ?> normalizeTo(EffectiveModelContext schemaContext) throws IOException;
+    NormalizedNode normalizeTo(EffectiveModelContext schemaContext) throws IOException;
 }