273274275276277278279280281282283
child = newChild; children.put(child_name, child); if (gtx != null) { CreateNodeCommand createNodeCommand = commandsFactory.buildCreateNodeCommand(child_fqn); ctx.getTransactionEntry().addModification(createNodeCommand); } } }