mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Validate theSearchParamRegistry is not null (#2142)
This commit is contained in:
parent
1c9e4dcc81
commit
d468183edd
@ -81,6 +81,7 @@ public class JpaConformanceProviderR4 extends org.hl7.fhir.r4.hapi.rest.server.S
|
||||
Validate.notNull(theRestfulServer);
|
||||
Validate.notNull(theSystemDao);
|
||||
Validate.notNull(theDaoConfig);
|
||||
Validate.notNull(theSearchParamRegistry);
|
||||
|
||||
myRestfulServer = theRestfulServer;
|
||||
mySystemDao = theSystemDao;
|
||||
|
Loading…
x
Reference in New Issue
Block a user