From d3b2c8d099e53ecb5fc151f9a9d9e892da3c26c8 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 6 May 2009 08:19:21 +0000 Subject: [PATCH] polish git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1116 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../jdbc/datasource/embedded/EmbeddedDatabaseConfigurer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseConfigurer.java b/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseConfigurer.java index 7c2e4d5f2cd..3594187f529 100644 --- a/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseConfigurer.java +++ b/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseConfigurer.java @@ -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 */