First batch of errorprone fixes. #3061

This commit is contained in:
Mark H. Wood
2020-11-24 10:55:08 -05:00
parent 96742fe558
commit 65f04fcec9
29 changed files with 134 additions and 161 deletions

View File

@@ -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();
/**