DS-3851 cleanup the BrowsableObject interface

This commit is contained in:
Andrea Bollini
2019-03-12 22:17:22 +01:00
parent 000c47e7a3
commit 3e22142aa7
8 changed files with 0 additions and 115 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;
}
}