From c25760f5db26028b36c10301bb89f252878031f6 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 6 May 2009 08:19:21 +0000 Subject: [PATCH] polish --- .../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 7c2e4d5f2c..3594187f52 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 */