Merge from development repository.
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-model-api / src / main / java / org / opendaylight / controller / yang / model / api / UnknownSchemaNode.java
@@ -5,13 +5,8 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.controller.model.parser.builder;
+package org.opendaylight.controller.yang.model.api;
 
-/**
- * Interface for all nodes which can contain 'must' definition: [container, leaf, leaf-list, list, anyxml, deviate]
- */
-public interface MustAwareBuilder {
-
-       void setMustDefinitionBuilder(MustDefinitionBuilder mustDefinitionBuilder);
+public interface UnknownSchemaNode extends SchemaNode {
 
 }