fix_merge_instance #26

Merged
claudio.atzori merged 2 commits from fix_merge_instance into master 2023-10-20 22:24:31 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b54f4eabe7 - Show all commits

View File

@ -5,7 +5,7 @@
<groupId>eu.dnetlib.dhp</groupId>
<artifactId>dhp-schemas</artifactId>
<packaging>jar</packaging>
<version>3.17.2-SNAPSHOT</version>
<version>3.17.2-fixInstance-SNAPSHOT</version>
<licenses>
<license>

View File

@ -706,7 +706,7 @@ public class Result extends OafEntity implements Serializable {
return enrichmentResult;
}
if (enrichmentInstances == null) {
return enrichmentResult;
return toEnrichInstances;
}
Map<String, Instance> ri = toInstanceMap(enrichmentInstances);