DS-3851 community feedback: code cleanup

This commit is contained in:
Andrea Bollini
2019-03-14 23:49:35 +01:00
parent 3e22142aa7
commit 19606943b1
22 changed files with 290 additions and 549 deletions

View File

@@ -10,7 +10,6 @@ package org.dspace.content;
import java.io.Serializable;
import java.sql.SQLException;
import org.dspace.authorize.AuthorizeException;
import org.dspace.browse.BrowsableObject;
import org.dspace.eperson.EPerson;
@@ -29,11 +28,6 @@ public interface InProgressSubmission<ID extends Serializable> extends Browsable
*/
ID getID();
/**
* Update the submission, including the unarchived item.
*/
void update() throws SQLException, AuthorizeException;
/**
* Get the incomplete item object
*