Polish contribution

See gh-13790
This commit is contained in:
Stephane Nicoll 2018-07-17 10:04:00 +02:00
parent f363fe7dd1
commit 8095ee4a5b
3 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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.

View File

@ -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)