8990919293949596
commit.addInstruction(instruction); } @Override public void nodeRemoved(String parentPath, String name) { RemoveNodeInstruction instruction = new RemoveNodeInstructionImpl(parentPath, name); commit.addInstruction(instruction); }