JavaDoc updates

This commit is contained in:
Ben Bosman
2018-12-18 10:17:12 +01:00
parent 10c610bf73
commit b050db1cae
5 changed files with 33 additions and 33 deletions

View File

@@ -1387,7 +1387,7 @@ prevent the generation of resource policy entry values with null dspace_object a
}
private MetadataValue getRelationMetadataFromOtherItem(Item otherItem, String relationName) {
MetadataValue metadataValue = constructMetadataValue("relation." + relationName);
MetadataValue metadataValue = constructMetadataValue(MetadataSchemaEnum.RELATION.getName() + "." + relationName);
metadataValue.setAuthority("virtual");
metadataValue.setValue(otherItem.getID().toString());
return metadataValue;