Skip to content

Commit

Permalink
Fix javadoc in TestHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Feb 17, 2024
1 parent e75135e commit db9fb80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ public static SimpleSingleConnectionDataSource newInMemorySqliteDataSource() {
/**
* Use the given single-connection DataSource to run Liquibase migrations.
*
* @param dataSource
* @param dataSource the data source from which to obtain a Connection
* @param migrationsFilename the Liquibase migrations file
*/
public static void migrateDatabase(SimpleSingleConnectionDataSource dataSource, String migrationsFilename) {
LOG.info("Migrating database with JDBC URL {} using file {}", dataSource.getUrl(), migrationsFilename);
Expand Down

0 comments on commit db9fb80

Please sign in to comment.