See gh-9570
This commit is contained in:
Johnny Lim
2017-06-22 00:58:08 +09:00
committed by Stephane Nicoll
parent 7a04708c41
commit 8ca70a7efd
3 changed files with 3 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ public class LiquibaseAutoConfiguration {
}
/**
* A custom {@link SpringLiquibase} extension that close the underlying
* A custom {@link SpringLiquibase} extension that closes the underlying
* {@link DataSource} once the database has been migrated.
*/
private static final class DataSourceClosingSpringLiquibase extends SpringLiquibase {