Items count are now disabled by default. Naming changes.

This commit is contained in:
damian
2023-06-13 19:58:42 +02:00
parent ff504e35d1
commit ca7c75987e
10 changed files with 18 additions and 15 deletions

View File

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