DS-3851 cleanup the BrowsableObject interface

This commit is contained in:
Andrea Bollini
2019-03-12 22:17:22 +01:00
parent cae9a6baa8
commit e883c95de8
10 changed files with 6 additions and 122 deletions

View File

@@ -334,14 +334,4 @@ public class Collection extends DSpaceObject implements DSpaceObjectLegacySuppor
return Constants.typeText[Constants.COLLECTION];
}
@Override
public boolean isArchived() {
return true;
}
@Override
public boolean isDiscoverable() {
return true;
}
}