mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 19:43:10 +00:00
Items count are now disabled by default. Naming changes.
This commit is contained in:
@@ -342,9 +342,9 @@ public class Collection extends DSpaceObject implements DSpaceObjectLegacySuppor
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public int countArchivedItem() {
|
||||
public int countArchivedItems() {
|
||||
try {
|
||||
return collectionService.countArchivedItem(this);
|
||||
return collectionService.countArchivedItems(this);
|
||||
} catch (ItemCountException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user