Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Stevens committed Nov 22, 2024
1 parent cead71d commit 605b5b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void loadPatientMatchProvider() {
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());
}
}
Expand Down

0 comments on commit 605b5b2

Please sign in to comment.