8384858687888990
commit.addInstruction(instruction); } @Override public void nodeMoved(String rootPath, String oldPath, String newPath) { MoveNodeInstruction instruction = new MoveNodeInstructionImpl(rootPath, oldPath, newPath); commit.addInstruction(instruction); }