mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 19:43:10 +00:00
Initial skeleton for Spring MVC + HATEOAS
This commit is contained in:
@@ -147,7 +147,7 @@ public abstract class DSpaceObject implements Serializable, ReloadableEntity<jav
|
||||
return handles;
|
||||
}
|
||||
|
||||
protected List<MetadataValue> getMetadata() {
|
||||
public List<MetadataValue> getMetadata() {
|
||||
return metadata;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user