[CST-5755] Refactoring based on feedback from PR

This commit is contained in:
Jurgen Mamani
2022-05-27 14:06:18 +02:00
committed by corrado lombardi
parent 13b2aa0936
commit efe3e1d36d
8 changed files with 30 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);