DS-3851 remove unused methods

This commit is contained in:
Andrea Bollini
2019-03-06 22:13:26 +01:00
parent d751d5dc59
commit 23bbf45048
2 changed files with 0 additions and 18 deletions

View File

@@ -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);
}
}