no message
This commit is contained in:
parent
c6d37806c8
commit
39d709f41d
|
@ -2186,7 +2186,9 @@ public class DataManagementPlanManager {
|
||||||
doiModel = new Doi().fromDataModel(doiEntity);
|
doiModel = new Doi().fromDataModel(doiEntity);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
if(supportingFilesZip != null) {
|
||||||
Files.deleteIfExists(supportingFilesZip.toPath());
|
Files.deleteIfExists(supportingFilesZip.toPath());
|
||||||
|
}
|
||||||
Files.deleteIfExists(file.getFile().toPath());
|
Files.deleteIfExists(file.getFile().toPath());
|
||||||
|
|
||||||
return doiModel;
|
return doiModel;
|
||||||
|
|
Loading…
Reference in New Issue