RED-2200 - Dossier Template export and import
- fix pmd failure
This commit is contained in:
parent
35f3b3e06c
commit
ab27eaad98
@ -77,7 +77,7 @@ public class DossierTemplateExportService {
|
||||
DownloadStatusEntity downloadStatus = downloadStatusPersistenceService.getStatus(downloadJob.getStorageId());
|
||||
|
||||
String dossierTemplateId = extractDossierTemplateId(downloadStatus.getFilename());
|
||||
var dossierTemplate = dossierTemplatePersistenceService.getDossierTemplate((dossierTemplateId));
|
||||
var dossierTemplate = dossierTemplatePersistenceService.getDossierTemplate(dossierTemplateId);
|
||||
|
||||
try (FileSystemBackedArchiver fileSystemBackedArchiver = new FileSystemBackedArchiver()) {
|
||||
// add dossier template name and meta data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user