92939495969798
commit.addInstruction(new CopyNodeInstructionImpl(rootPath, oldPath, newPath)); } @Override public void nodeMoved(String rootPath, String oldPath, String newPath) { commit.addInstruction(new MoveNodeInstructionImpl(rootPath, oldPath, newPath)); }