mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +00:00
Items count are now disabled by default. Naming changes.
This commit is contained in:
@@ -719,7 +719,7 @@ public class CommunityServiceImpl extends DSpaceObjectServiceImpl<Community> imp
|
||||
* @throws ItemCountException
|
||||
*/
|
||||
@Override
|
||||
public int getArchivedItems(Community community) throws ItemCountException {
|
||||
public int countArchivedItems(Community community) throws ItemCountException {
|
||||
return ItemCounter.getInstance().getCount(community);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user