Polish contribution
See gh-13790
This commit is contained in:
@@ -191,7 +191,7 @@ public class FlywayAutoConfiguration {
|
||||
|
||||
/**
|
||||
* Additional configuration to ensure that {@link EntityManagerFactory} beans
|
||||
* depend-on the {@code flywayInitializer} bean.
|
||||
* depend on the {@code flywayInitializer} bean.
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
|
||||
@@ -224,8 +224,8 @@ public class FlywayAutoConfiguration {
|
||||
}
|
||||
|
||||
/**
|
||||
* Additional configuration to ensure that {@link EntityManagerFactory} beans
|
||||
* depend-on the {@code flyway} bean.
|
||||
* Additional configuration to ensure that {@link EntityManagerFactory} beans depend
|
||||
* on the {@code flyway} bean.
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* 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");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -176,8 +176,8 @@ public class LiquibaseAutoConfiguration {
|
||||
}
|
||||
|
||||
/**
|
||||
* Additional configuration to ensure that {@link EntityManagerFactory} beans
|
||||
* depend-on the liquibase bean.
|
||||
* Additional configuration to ensure that {@link EntityManagerFactory} beans depend
|
||||
* on the liquibase bean.
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
|
||||
|
||||
Reference in New Issue
Block a user