Skip to content

Commit 2f6aca2

Browse files
committed
Fix checkstyle violation
Fix public constructor accidentally added in commit 72862b5. See gh-10387
1 parent bc322ff commit 2f6aca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ private static class LocationResolver {
219219

220220
private final DataSource dataSource;
221221

222-
public LocationResolver(DataSource dataSource) {
222+
LocationResolver(DataSource dataSource) {
223223
this.dataSource = dataSource;
224224
}
225225

0 commit comments

Comments
 (0)