File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/java/ca/uhn/fhir/jpa/starter/cr Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >ca.uhn.hapi.fhir</groupId >
16
16
<artifactId >hapi-fhir</artifactId >
17
- <version >7.1.6 -SNAPSHOT</version >
17
+ <version >7.1.8 -SNAPSHOT</version >
18
18
</parent >
19
19
20
20
<artifactId >hapi-fhir-jpaserver-starter</artifactId >
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ public ExecutorService cqlExecutor() {
68
68
@ Bean
69
69
CareGapsProperties careGapsProperties (CrProperties theCrProperties ) {
70
70
var careGapsProperties = new CareGapsProperties ();
71
- careGapsProperties .setThreadedCareGapsEnabled (false );
72
71
careGapsProperties .setCareGapsReporter (theCrProperties .getCareGapsReporter ());
73
72
careGapsProperties .setCareGapsCompositionSectionAuthor (theCrProperties .getCareGapsSectionAuthor ());
74
73
return careGapsProperties ;
You can’t perform that action at this time.
0 commit comments