362363364365366367368
return new AddNode(parentPath, name); } private Operation createRemoveNode() { String path = chooseNodePath(); return "/root".equals(path) ? null : new RemoveNode(path); }
356357358359360361362
331332333334335336337
330331332333334335336