Un-deprecate CopyableNode, AddedByUsesAware
[yangtools.git] / yang / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / meta / ImportedNamespaceContext.java
index d02d4e8c493ba4f080f274cd4c23e7569f06a50a..f62115aafe16415187ae16ef317bb4adc5049e18 100644 (file)
@@ -7,8 +7,6 @@
  */
 package org.opendaylight.yangtools.yang.parser.spi.meta;
 
-import org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace;
-
 /**
  * Special namespace which allows import of namespaces from other sources.
  *
@@ -22,6 +20,6 @@ import org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace;
  *
  * @param <K> Imported context identifier
  */
-public interface ImportedNamespaceContext<K> extends IdentifierNamespace<K, StmtContext<?, ?, ?>> {
+public interface ImportedNamespaceContext<K> extends ParserNamespace<K, StmtContext<?, ?, ?>> {
 
 }