mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
[CST-5755] Added changes
This commit is contained in:

committed by
corrado lombardi

parent
c09a8d097d
commit
be353c5301
@@ -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