From d896a53ca88c7a97a6cd885cdc54b6c128cad90d Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 22 Apr 2009 21:16:22 +0000 Subject: [PATCH] polish --- .../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 b499a7c3c5..481591df3f 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 */