Skip to content

Commit

Permalink
#511 - Declare DbSchedulerAutoConfiguration#eagerDbSchedulerStarter a…
Browse files Browse the repository at this point in the history
…s static
  • Loading branch information
NicklasWallgren committed Jul 8, 2024
1 parent 679332b commit 35905dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public DbSchedulerStarter dbSchedulerStarter(Scheduler scheduler) {
}

@Bean
public LazyInitializationExcludeFilter eagerDbSchedulerStarter() {
static LazyInitializationExcludeFilter eagerDbSchedulerStarter() {
return LazyInitializationExcludeFilter.forBeanTypes(DbSchedulerStarter.class);
}

Expand Down

0 comments on commit 35905dd

Please sign in to comment.