Fix typo in FlywayAutoConfiguration's javadoc

Closes #1183
This commit is contained in:
Toshiaki Maki 2014-06-28 03:39:00 +09:00 committed by Andy Wilkinson
parent ef89ad019d
commit e306cff4ff
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class FlywayAutoConfiguration {
/**
* Additional configuration to ensure that {@link EntityManagerFactory} beans
* depend-on the liquibase bean.
* depend-on the flyway bean.
*/
@Configuration
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)