Skip to content

Commit af36bf6

Browse files
committed
Remove TODO in FlywayAutoConfiguration
Now tracked by spring-projectsgh-4995
1 parent 58ebfdc commit af36bf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ else if (this.flywayDataSource != null) {
115115
else {
116116
flyway.setDataSource(this.dataSource);
117117
}
118-
// TODO: remove this line once SPR-13749 is fixed
119118
flyway.setLocations(this.properties.getLocations().toArray(new String[0]));
120-
121119
return flyway;
122120
}
123121

0 commit comments

Comments
 (0)