Restored commented code line

This commit is contained in:
Luca Frosini 2023-01-05 17:13:51 +01:00
parent 25cda611ba
commit b7447c8ae2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class ElaborateDeposition {
depositionVersion.getPrevious()!=null ? depositionVersion.getPrevious().getVersion(): null);
ElaborateDepositionVersion elaborateDeposition = new ElaborateDepositionVersion(objectMapper, depositionVersion);
// elaborateDeposition.elaborate();
elaborateDeposition.elaborate();
previous = depositionVersion;