Refactored ModuleBuilder to avoid name conflicts. Fixed implementation of ChoiceBuilder.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / main / java / org / opendaylight / controller / yang / parser / builder / impl / AugmentationSchemaBuilderImpl.java
index 54f69c809ac9a97fcbe626f1ce61a530b8edd56c..e5ba8b17ccfe1f872070e491cf9c6396d8623557 100644 (file)
@@ -151,6 +151,11 @@ public final class AugmentationSchemaBuilderImpl implements AugmentationSchemaBu
         this.whenCondition = whenCondition;
     }
 
+    @Override
+    public Set<TypeDefinitionBuilder> getTypeDefinitions() {
+        return Collections.emptySet();
+    }
+
     @Override
     public void addTypedef(TypeDefinitionBuilder type) {
         throw new YangParseException(line,