mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
DS-3851 community feedback: code cleanup
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user