checkstyle

This commit is contained in:
Ken Stevens 2024-11-22 18:27:44 -05:00
parent cead71d73a
commit 605b5b2bb6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class MdmProviderLoader {
myResourceProviderFactory.addSupplier(myPatientMatchProviderSupplier);
break;
default:
throw new ConfigurationException(Msg.code(1497) + "MDM not supported for FHIR version "
throw new ConfigurationException(Msg.code(2574) + "Patient/$match not supported for FHIR version "
+ myFhirContext.getVersion().getVersion());
}
}