Don't preload resources to fix them

This commit is contained in:
Grahame Grieve 2023-03-30 06:24:50 +11:00
parent 69f31442bc
commit 50b5802d39
1 changed files with 1 additions and 3 deletions

View File

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