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…
Reference in New Issue