Skip to content

Commit c25760f

Browse files
author
Keith Donald
committed
polish
1 parent f64dcd3 commit c25760f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import javax.sql.DataSource;
1919

2020
/**
21-
* Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQLdb or H2.
21+
* Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQL or H2.
2222
* Create a implementation for each database type you wish to support; for example HSQL, H2, or some other type.
2323
* @author Keith Donald
2424
*/

0 commit comments

Comments
 (0)