Remove TODO in FlywayAutoConfiguration

Now tracked by gh-4995
1.2.x
Phillip Webb 9 years ago
parent 58ebfdcbd3
commit af36bf6864

@ -115,9 +115,7 @@ public class FlywayAutoConfiguration {
else {
flyway.setDataSource(this.dataSource);
}
// TODO: remove this line once SPR-13749 is fixed
flyway.setLocations(this.properties.getLocations().toArray(new String[0]));
return flyway;
}

Loading…
Cancel
Save