mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
fix conflict
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
*/
|
||||
package org.dspace.content;
|
||||
|
||||
import java.sql.SQLException;
|
||||
|
||||
import org.dspace.eperson.EPerson;
|
||||
|
||||
import java.sql.SQLException;
|
||||
|
||||
/**
|
||||
* Interface for manipulating in-progress submissions, without having to know at
|
||||
* which stage of submission they are (in workspace or workflow system)
|
||||
@@ -25,7 +25,7 @@ public interface InProgressSubmission
|
||||
*
|
||||
* @return the internal identifier
|
||||
*/
|
||||
int getID();
|
||||
Integer getID();
|
||||
|
||||
/**
|
||||
* Get the incomplete item object
|
||||
|
Reference in New Issue
Block a user