[CST-5755] Revert back List to Set change

This commit is contained in:
Jurgen Mamani
2022-05-27 14:37:44 +02:00
committed by corrado lombardi
parent efe3e1d36d
commit c09a8d097d
3 changed files with 3 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ public class ProcessServiceImpl implements ProcessService {
@Override
public Process create(Context context, EPerson ePerson, String scriptName,
List<DSpaceCommandLineParameter> parameters,
final Set<Group> specialGroups) throws SQLException {
final List<Group> specialGroups) throws SQLException {
Process process = new Process();
process.setEPerson(ePerson);