Rework NormalizedNode type hierarchy
[yangtools.git] / attic / yang-data-jaxen / src / main / java / org / opendaylight / yangtools / yang / data / jaxen / api / XPathSchemaContext.java
index 4d357f3ff222f4379730652dbf821a28a3b81116..c4b5755811f10f28b500b436ad855be6b8f1ffef 100644 (file)
@@ -46,5 +46,5 @@ public interface XPathSchemaContext {
      * @return A new {@link XPathDocument} on which queries may be executed.
      * @throws IllegalArgumentException if the document root is not known to this schema context.
      */
-    @NonNull XPathDocument createDocument(@NonNull NormalizedNode<?, ?> documentRoot);
+    @NonNull XPathDocument createDocument(@NonNull NormalizedNode documentRoot);
 }