Merge "Remove unused imports"
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / builder / impl / ImmutableMapNodeBuilder.java
index 17cdaffedaf6ffa370354a72b7d0283d361b57ec..c7c58e1899942c016bd4f4bc906ae886eaf08e07 100644 (file)
@@ -37,6 +37,7 @@ public class ImmutableMapNodeBuilder
     }
 
     protected ImmutableMapNodeBuilder(final ImmutableMapNode node) {
+        this.nodeIdentifier = node.getIdentifier();
         this.value = node.children;
         this.dirty = true;
     }