mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
105866: Remove commented code
This commit is contained in:
@@ -70,11 +70,6 @@ public abstract class AInprogressItemConverter<T extends InProgressSubmission,
|
|||||||
submitter = obj.getSubmitter();
|
submitter = obj.getSubmitter();
|
||||||
|
|
||||||
witem.setId(obj.getID());
|
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
|
// 1. retrieve the submission definition
|
||||||
// 2. iterate over the submission section to allow to plugin additional
|
// 2. iterate over the submission section to allow to plugin additional
|
||||||
|
Reference in New Issue
Block a user