mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
First batch of errorprone fixes. #3061
This commit is contained in:
@@ -17,7 +17,6 @@ import org.dspace.eperson.EPerson;
|
||||
* which stage of submission they are (in workspace or workflow system)
|
||||
*
|
||||
* @author Robert Tansley
|
||||
* @version $Revision$
|
||||
*/
|
||||
public interface InProgressSubmission extends ReloadableEntity<Integer> {
|
||||
/**
|
||||
@@ -25,6 +24,7 @@ public interface InProgressSubmission extends ReloadableEntity<Integer> {
|
||||
*
|
||||
* @return the internal identifier
|
||||
*/
|
||||
@Override
|
||||
Integer getID();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user