mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
[CST-5755] Refactoring based on feedback from PR
This commit is contained in:

committed by
corrado lombardi

parent
13b2aa0936
commit
efe3e1d36d
@@ -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);
|
||||
|
Reference in New Issue
Block a user