[CST-5755] Added changes

This commit is contained in:
Jurgen Mamani
2022-05-30 20:56:01 +02:00
committed by corrado lombardi
parent c09a8d097d
commit be353c5301
6 changed files with 21 additions and 10 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 List<Group> specialGroups) throws SQLException {
final Set<Group> specialGroups) throws SQLException {
Process process = new Process();
process.setEPerson(ePerson);