Skip to content

Commit e306cff

Browse files
makingwilkinsona
authored andcommitted
Fix typo in FlywayAutoConfiguration's javadoc
Closes #1183
1 parent ef89ad0 commit e306cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ else if (this.flywayDataSource != null) {
117117

118118
/**
119119
* Additional configuration to ensure that {@link EntityManagerFactory} beans
120-
* depend-on the liquibase bean.
120+
* depend-on the flyway bean.
121121
*/
122122
@Configuration
123123
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)

0 commit comments

Comments
 (0)