Skip to content

Commit d5b7f49

Browse files
committed
Merge branch '1.1.x'
2 parents 2fb4d2e + 9270303 commit d5b7f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
/**
3737
* Bean to handle {@link DataSource} initialization by running {@literal schema-*.sql} on
38-
* {@link PostConstruct} and and {@literal data-*.sql} SQL scripts on a
38+
* {@link PostConstruct} and {@literal data-*.sql} SQL scripts on a
3939
* {@link DataSourceInitializedEvent}.
4040
*
4141
* @author Dave Syer

0 commit comments

Comments
 (0)