fix_merge_instance #26

Merged
claudio.atzori merged 2 commits from fix_merge_instance into master 2023-10-20 22:24:31 +02:00
1 changed files with 1 additions and 1 deletions

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);