fix_merge_instance #26
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue