mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 18:44:22 +00:00
Add javadocs: community feedback from https://github.com/4Science/DSpace/pull/37
This commit is contained in:
@@ -350,7 +350,7 @@ public class Collection extends DSpaceObject implements DSpaceObjectLegacySuppor
|
||||
return legacyId;
|
||||
}
|
||||
|
||||
public CollectionService getCollectionService() {
|
||||
private CollectionService getCollectionService() {
|
||||
if (collectionService == null) {
|
||||
collectionService = ContentServiceFactory.getInstance().getCollectionService();
|
||||
}
|
||||
|
Reference in New Issue
Block a user