mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
DS-4166 community feedback: rename BrowsableObject to IndexableObject
This commit is contained in:
@@ -11,7 +11,7 @@ import java.io.Serializable;
|
||||
import java.sql.SQLException;
|
||||
|
||||
import org.dspace.authorize.AuthorizeException;
|
||||
import org.dspace.browse.BrowsableObject;
|
||||
import org.dspace.browse.IndexableObject;
|
||||
import org.dspace.eperson.EPerson;
|
||||
|
||||
/**
|
||||
@@ -21,7 +21,7 @@ import org.dspace.eperson.EPerson;
|
||||
* @author Robert Tansley
|
||||
* @version $Revision$
|
||||
*/
|
||||
public interface InProgressSubmission<ID extends Serializable> extends BrowsableObject<ID> {
|
||||
public interface InProgressSubmission<ID extends Serializable> extends IndexableObject<ID> {
|
||||
/**
|
||||
* Get the internal ID of this submission
|
||||
*
|
||||
|
Reference in New Issue
Block a user