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