From 58ab4af395bd78c20042cf582c9ddc008e7299f6 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 22 Apr 2009 21:16:22 +0000 Subject: [PATCH] polish git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1056 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../jdbc/datasource/embedded/EmbeddedDatabaseFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactory.java b/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactory.java index b499a7c3c56..481591df3fc 100644 --- a/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactory.java +++ b/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactory.java @@ -68,7 +68,7 @@ public class EmbeddedDatabaseFactory { } /** - * Sets the name of the test database. + * Sets the name of the database. * Defaults to 'testdb'. * @param name of the test database */