DS-4166 move IndexableObject to the discovery package

This commit is contained in:
Andrea Bollini
2019-03-28 13:20:47 +01:00
parent eba97f4080
commit 30899b0e55
48 changed files with 42 additions and 54 deletions

View File

@@ -10,7 +10,7 @@ package org.dspace.content;
import java.io.Serializable;
import java.sql.SQLException;
import org.dspace.browse.IndexableObject;
import org.dspace.discovery.IndexableObject;
import org.dspace.eperson.EPerson;
/**