Skip to content

Commit 76226f9

Browse files
committed
Merge branch '3.3.x'
Closes gh-43199
2 parents d29ac2b + dba395d commit 76226f9

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public class DataSourceProperties implements BeanClassLoaderAware, InitializingB
6161
private String name;
6262

6363
/**
64-
* Fully qualified name of the connection pool implementation to use. By default, it
65-
* is auto-detected from the classpath.
64+
* Fully qualified name of the DataSource implementation to use. By default, a
65+
* connection pool implementation is auto-detected from the classpath.
6666
*/
6767
private Class<? extends DataSource> type;
6868

0 commit comments

Comments
 (0)