Polish
See gh-41957
This commit is contained in:
committed by
Stéphane Nicoll
parent
d23a7033dd
commit
016e70cbd2
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user