merged latest fix from the master branch
This commit is contained in:
commit
d9a988c3f1
|
@ -759,7 +759,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