Skip to content

Commit

Permalink
fix(ZNTA-2721): add todo for weak backendId confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
djansen-redhat committed Aug 2, 2018
1 parent 7349e5e commit a07c4aa
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -288,6 +288,7 @@ public Future<Void> prefillProjectVersionWithMachineTranslation(
MTDocument result = getTranslationFromMT(mtDocument,
targetLocale.getLocaleId());
saveTranslationsInBatches(next, result, targetLocale, saveState);
// TODO we only return the backendId from the final batch
backendIdConfirmation = result.getBackendId();
startBatch = batchEnd;
}
Expand Down

0 comments on commit a07c4aa

Please sign in to comment.