Fixed Out Of Memory issue during resource validation with local reference check enabled - fix
This commit is contained in:
parent
9778793554
commit
b2e90dc3dc
|
@ -1080,7 +1080,7 @@ public class FHIRPathEngine {
|
|||
}
|
||||
}
|
||||
|
||||
private static class ExecutionContext {
|
||||
private class ExecutionContext {
|
||||
private Object appInfo;
|
||||
private Base focusResource;
|
||||
private Base rootResource;
|
||||
|
@ -5909,7 +5909,7 @@ public class FHIRPathEngine {
|
|||
return result;
|
||||
}
|
||||
|
||||
public class ElementDefinitionMatch {
|
||||
public static class ElementDefinitionMatch {
|
||||
private ElementDefinition definition;
|
||||
private ElementDefinition sourceDefinition; // if there was a content reference
|
||||
private String fixedType;
|
||||
|
|
Loading…
Reference in New Issue