if (result.getUpdateInfoList().isEmpty()) {
eventBus.fireEvent(new NotificationEvent(Info, messages
.noTranslationToMerge()));
} else {
final UndoLink undoLink = undoLinkProvider.get();
undoLink.prepareUndoFor(result);
List<String> rowIndicesOrNull =
Lists.transform(result.getUpdateInfoList(),
SuccessRowIndexOrNullFunction.FUNCTION);
Iterable<String> successRowIndices =