Skip to content

Commit

Permalink
Remove unused threaded option
Browse files Browse the repository at this point in the history
  • Loading branch information
barhodes committed Mar 20, 2024
1 parent 9d7a930 commit 9c4fe1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ public ExecutorService cqlExecutor() {
@Bean
CareGapsProperties careGapsProperties(CrProperties theCrProperties) {
var careGapsProperties = new CareGapsProperties();
careGapsProperties.setThreadedCareGapsEnabled(false);
careGapsProperties.setCareGapsReporter(theCrProperties.getCareGaps().getReporter());
careGapsProperties.setCareGapsCompositionSectionAuthor(theCrProperties.getCareGaps().getSection_author());
return careGapsProperties;
Expand Down

0 comments on commit 9c4fe1d

Please sign in to comment.