Skip to content

Commit 4fd7b68

Browse files
committed
Polish
1 parent a86258e commit 4fd7b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/quartz/QuartzAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public static SchedulerDependsOnBeanFactoryPostProcessor quartzSchedulerDataSour
179179

180180
@Bean
181181
@ConditionalOnBean(FlywayMigrationInitializer.class)
182-
public static SchedulerDependsOnBeanFactoryPostProcessor quartzSchedulerFilywayDependsOnBeanFactoryPostProcessor() {
182+
public static SchedulerDependsOnBeanFactoryPostProcessor quartzSchedulerFlywayDependsOnBeanFactoryPostProcessor() {
183183
return new SchedulerDependsOnBeanFactoryPostProcessor(FlywayMigrationInitializer.class);
184184
}
185185

0 commit comments

Comments
 (0)