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

@ -338,9 +338,7 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
}
public void registerResourceFromPackage(CanonicalResourceProxy r, PackageInformation packageInfo) throws FHIRException {
PackageHackerR5.fixLoadedResource(r, packageInfo);
public void registerResourceFromPackage(CanonicalResourceProxy r, PackageInformation packageInfo) throws FHIRException {
synchronized (lock) {
if (packageInfo != null) {
packages.put(packageInfo.getVID(), packageInfo);