Don't preload resources to fix them
This commit is contained in:
parent
69f31442bc
commit
50b5802d39
|
@ -339,8 +339,6 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
|
||||||
|
|
||||||
|
|
||||||
public void registerResourceFromPackage(CanonicalResourceProxy r, PackageInformation packageInfo) throws FHIRException {
|
public void registerResourceFromPackage(CanonicalResourceProxy r, PackageInformation packageInfo) throws FHIRException {
|
||||||
PackageHackerR5.fixLoadedResource(r, packageInfo);
|
|
||||||
|
|
||||||
synchronized (lock) {
|
synchronized (lock) {
|
||||||
if (packageInfo != null) {
|
if (packageInfo != null) {
|
||||||
packages.put(packageInfo.getVID(), packageInfo);
|
packages.put(packageInfo.getVID(), packageInfo);
|
||||||
|
|
Loading…
Reference in New Issue