mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
Item counters refactor. Removing unnecessary code.
This commit is contained in:
@@ -337,7 +337,7 @@ public class Collection extends DSpaceObject implements DSpaceObjectLegacySuppor
|
||||
return collectionService;
|
||||
}
|
||||
|
||||
public int getAllItems() {
|
||||
public int countArchivedItem() {
|
||||
try {
|
||||
return collectionService.countArchivedItem(this);
|
||||
} catch (ItemCountException e) {
|
||||
|
Reference in New Issue
Block a user