From 8f359ece3f2eabafa7c03c8ef96236f0f55c7985 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 19 May 2009 19:02:22 +0000 Subject: [PATCH] Minor fixes for grammar and spelling --- spring-framework-reference/src/jdbc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-framework-reference/src/jdbc.xml b/spring-framework-reference/src/jdbc.xml index c9eaf3f4367..fd98290bb59 100644 --- a/spring-framework-reference/src/jdbc.xml +++ b/spring-framework-reference/src/jdbc.xml @@ -73,7 +73,7 @@ classic Spring JDBC approach and the most widely used. This is the "lowest level" approach and all other approaches use a JdbcTemplate under the covers. In Spring 3.0 it has been updated with Java 5 - support like generics and vararg support. + support like generics and varargs. @@ -82,7 +82,7 @@ parameters instead of the traditional JDBC "?" place holders. This provides better documentation and ease of use when you have multiple parameters for an SQL statement. It has also been updated with Java - 5 support like generics and vararg support for Spring 3.0. + 5 support like generics and varargs for Spring 3.0. @@ -2636,7 +2636,7 @@ SqlTypeValue value = new AbstractSqlTypeValue() { DataSource implementations.
- Why use a embedded database? + Why use an embedded database? An embedded database is useful during the development phase of a project due to its lightweight nature. Ease of configuration, quick