Commit 8095ee4a authored by Stephane Nicoll's avatar Stephane Nicoll

Polish contribution

See gh-13790
parent f363fe7d
...@@ -191,7 +191,7 @@ public class FlywayAutoConfiguration { ...@@ -191,7 +191,7 @@ public class FlywayAutoConfiguration {
/** /**
* Additional configuration to ensure that {@link EntityManagerFactory} beans * Additional configuration to ensure that {@link EntityManagerFactory} beans
* depend-on the {@code flywayInitializer} bean. * depend on the {@code flywayInitializer} bean.
*/ */
@Configuration @Configuration
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class) @ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
...@@ -224,8 +224,8 @@ public class FlywayAutoConfiguration { ...@@ -224,8 +224,8 @@ public class FlywayAutoConfiguration {
} }
/** /**
* Additional configuration to ensure that {@link EntityManagerFactory} beans * Additional configuration to ensure that {@link EntityManagerFactory} beans depend
* depend-on the {@code flyway} bean. * on the {@code flyway} bean.
*/ */
@Configuration @Configuration
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class) @ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
......
/* /*
* Copyright 2012-2017 the original author or authors. * Copyright 2012-2018 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
......
...@@ -176,8 +176,8 @@ public class LiquibaseAutoConfiguration { ...@@ -176,8 +176,8 @@ public class LiquibaseAutoConfiguration {
} }
/** /**
* Additional configuration to ensure that {@link EntityManagerFactory} beans * Additional configuration to ensure that {@link EntityManagerFactory} beans depend
* depend-on the liquibase bean. * on the liquibase bean.
*/ */
@Configuration @Configuration
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class) @ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment