Skip to content

Commit

Permalink
QuartzModule method collision fix (#193)
Browse files Browse the repository at this point in the history
QuartzModule method name fix
  • Loading branch information
GoodforGod authored Nov 18, 2024
1 parent 8e19224 commit 3b0c2e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ default Properties quartzProperties(Config config, ConfigValueExtractor<Properti
return props;
}

default SchedulingQuartzConfig scheduledExecutorServiceConfig(Config config, ConfigValueExtractor<SchedulingQuartzConfig> extractor) {
default SchedulingQuartzConfig schedulingQuartzConfig(Config config, ConfigValueExtractor<SchedulingQuartzConfig> extractor) {
var value = config.get("scheduling");
return extractor.extract(value);
}
Expand Down

0 comments on commit 3b0c2e8

Please sign in to comment.