See gh-41957
This commit is contained in:
Piyal Ahmed
2024-08-20 13:03:59 +06:00
committed by Stéphane Nicoll
parent d23a7033dd
commit 016e70cbd2
2 changed files with 3 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ public class FlywayAutoConfiguration {
*/
private void configureProperties(FluentConfiguration configuration, FlywayProperties properties) {
// NOTE: Using method references in the mapper methods can break
// back-compatibilty (see gh-38164)
// back-compatibility (see gh-38164)
PropertyMapper map = PropertyMapper.get().alwaysApplyingWhenNonNull();
String[] locations = new LocationResolver(configuration.getDataSource())
.resolveLocations(properties.getLocations())