Added line number to error messages.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / main / java / org / opendaylight / controller / yang / model / parser / builder / api / TypeAwareBuilder.java
index 73f2cf28ca9dacb5343aaa76922807df299c86bd..172e660413cb477cab3e85b837fcc5ff87c7ddea 100644 (file)
@@ -13,7 +13,7 @@ import org.opendaylight.controller.yang.model.api.TypeDefinition;
  * Builders of all nodes, which can have 'type' statement must implement this interface.
  * [typedef, type, leaf, leaf-list, deviate]
  */
-public interface TypeAwareBuilder {
+public interface TypeAwareBuilder extends Builder {
 
     TypeDefinition<?> getType();