Merge "Moved parsing of unknown nodes from implementation to abstract classes."
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / main / java / org / opendaylight / controller / yang / parser / builder / api / AugmentationSchemaBuilder.java
index 76fe19f79413e180aa1b25d6bd1d0c71eb13fd61..98cdb67e3ee97b0d5afd8d45120f23a1def69acb 100644 (file)
@@ -16,8 +16,6 @@ import org.opendaylight.controller.yang.model.api.Status;
  */
 public interface AugmentationSchemaBuilder extends DataNodeContainerBuilder {
 
  */
 public interface AugmentationSchemaBuilder extends DataNodeContainerBuilder {
 
-    Builder getParent();
-
     String getWhenCondition();
 
     void addWhenCondition(String whenCondition);
     String getWhenCondition();
 
     void addWhenCondition(String whenCondition);