checkstyle
This commit is contained in:
parent
cead71d73a
commit
605b5b2bb6
|
@ -74,7 +74,7 @@ public class MdmProviderLoader {
|
||||||
myResourceProviderFactory.addSupplier(myPatientMatchProviderSupplier);
|
myResourceProviderFactory.addSupplier(myPatientMatchProviderSupplier);
|
||||||
break;
|
break;
|
||||||
default:
|
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());
|
+ myFhirContext.getVersion().getVersion());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue