mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
Restore default constructor
This commit is contained in:
parent
5bd191d192
commit
770246583d
@ -57,6 +57,16 @@ public class JpaConformanceProviderDstu2 extends ServerConformanceProvider {
|
||||
private IFhirSystemDao<Bundle, MetaDt> mySystemDao;
|
||||
private SingleItemLoadingCache<Map<String, Long>> myResourceCountsCache;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
@CoverageIgnore
|
||||
public JpaConformanceProviderDstu2(){
|
||||
super();
|
||||
super.setCache(false);
|
||||
setIncludeResourceCounts(true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user