[CST-5587] Fixed compilation errors

This commit is contained in:
Luca Giamminonni
2022-06-17 13:34:49 +02:00
parent c9ce57334b
commit 9f4cee5dbc
5 changed files with 8 additions and 8 deletions

View File

@@ -1669,7 +1669,7 @@ prevent the generation of resource policy entry values with null dspace_object a
private void createOrcidQueueRecordsToDeleteOnOrcid(Context context, Item entity) throws SQLException {
String entityType = getEntityType(entity);
String entityType = getEntityTypeLabel(entity);
if (researcherProfileService.getProfileType().equals(entityType)) {
return;
}