downloadFile.delete();
fileSystemServiceImpl.deleteDownloadDescriptorFile(downloadId);
return null;
}
TranslationsResource translationResource =
new TranslationsResource();
List<HTextFlowTarget> hTargets =
textFlowTargetDAO.findTranslations(document, hLocale);
resourceUtils.transferToTranslationsResource(translationResource,
document, hLocale, extensions, hTargets,
Optional.<String> absent());