mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
checkstyle
This commit is contained in:
@@ -1387,7 +1387,8 @@ prevent the generation of resource policy entry values with null dspace_object a
|
|||||||
}
|
}
|
||||||
|
|
||||||
private MetadataValue getRelationMetadataFromOtherItem(Item otherItem, String relationName) {
|
private MetadataValue getRelationMetadataFromOtherItem(Item otherItem, String relationName) {
|
||||||
MetadataValue metadataValue = constructMetadataValue(MetadataSchemaEnum.RELATION.getName() + "." + relationName);
|
MetadataValue metadataValue = constructMetadataValue(
|
||||||
|
MetadataSchemaEnum.RELATION.getName() + "." + relationName);
|
||||||
metadataValue.setAuthority("virtual");
|
metadataValue.setAuthority("virtual");
|
||||||
metadataValue.setValue(otherItem.getID().toString());
|
metadataValue.setValue(otherItem.getID().toString());
|
||||||
return metadataValue;
|
return metadataValue;
|
||||||
|
Reference in New Issue
Block a user