mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
DS-3851 remove unused methods
This commit is contained in:
@@ -1276,9 +1276,4 @@ prevent the generation of resource policy entry values with null dspace_object a
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int countBySubmitter(Context context, EPerson ep) throws SQLException {
|
||||
return itemDAO.countItems(context, ep, true, false);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user