mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 19:43:10 +00:00
[DS-2701-service-api-fix-legacy-id-support] Fix legacy identifier support for the community & removed some obsolete "getLegacyID()" methods
This commit is contained in:
@@ -74,18 +74,6 @@ public class Community extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
protected Community() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the internal ID of this community
|
||||
*
|
||||
* @return the internal identifier
|
||||
*
|
||||
* @deprecated use getID()
|
||||
*/
|
||||
public int getLegacyID()
|
||||
{
|
||||
return legacyId;
|
||||
}
|
||||
|
||||
void addSubCommunity(Community subCommunity)
|
||||
{
|
||||
getSubcommunities().add(subCommunity);
|
||||
|
Reference in New Issue
Block a user