Skip to content

Commit

Permalink
Update extensions/flyway/runtime/src/main/java/io/quarkus/flyway/runt…
Browse files Browse the repository at this point in the history
…ime/FlywayCreator.java

Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
geoand and gsmet authored Jun 30, 2020
1 parent 893a475 commit d930759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public Flyway createFlyway(DataSource dataSource) {
configure.placeholders(flywayRuntimeConfig.placeholders);

/*
* Ensure that no classpath scanning takes pace by setting the ClassProvider and the ResourceProvider
* Ensure that no classpath scanning takes place by setting the ClassProvider and the ResourceProvider
* (see Flyway#createResourceAndClassProviders)
*/

Expand Down

0 comments on commit d930759

Please sign in to comment.