commit.addInstruction(instruction);
}
@Override
public void nodeCopied(String rootPath, String oldPath, String newPath) {
CopyNodeInstruction instruction = new CopyNodeInstructionImpl(rootPath, oldPath, newPath);
commit.addInstruction(instruction);
}