105866: Remove commented code

This commit is contained in:
Kristof De Langhe
2024-05-03 14:20:58 +02:00
parent edc0a4f72e
commit 5d19a42d22

View File

@@ -70,11 +70,6 @@ public abstract class AInprogressItemConverter<T extends InProgressSubmission,
submitter = obj.getSubmitter();
witem.setId(obj.getID());
// witem.setCollection(collection != null ? converter.toRest(collection, projection) : null);
// witem.setItem(converter.toRest(item, projection));
// if (submitter != null) {
// witem.setSubmitter(converter.toRest(submitter, projection));
// }
// 1. retrieve the submission definition
// 2. iterate over the submission section to allow to plugin additional