Browse Source

polish

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1116 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
d3b2c8d099
  1. 2
      org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseConfigurer.java

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

@ -18,7 +18,7 @@ package org.springframework.jdbc.datasource.embedded; @@ -18,7 +18,7 @@ package org.springframework.jdbc.datasource.embedded;
import javax.sql.DataSource;
/**
* Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQLdb or H2.
* Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQL or H2.
* Create a implementation for each database type you wish to support; for example HSQL, H2, or some other type.
* @author Keith Donald
*/

Loading…
Cancel
Save