Merge pull request 'fix_merge_instance' (#26) from fix_merge_instance into master

Reviewed-on: #26
This commit is contained in:
Claudio Atzori 2023-10-20 22:24:31 +02:00
commit c54607f8ab
1 changed files with 1 additions and 1 deletions

View File

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