Remove TODO in FlywayAutoConfiguration

Now tracked by gh-4995
This commit is contained in:
Phillip Webb 2016-01-21 10:42:33 -08:00
parent 58ebfdcbd3
commit af36bf6864

View File

@ -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;
}