From 59e0f4cb24cd7b46e115695a278cc597246a52d9 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 17 Jan 2011 16:10:08 -0500 Subject: [PATCH] xsd doc polish --- .../jdbc/config/spring-integration-jdbc-2.0.xsd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-integration-jdbc/src/main/resources/org/springframework/integration/jdbc/config/spring-integration-jdbc-2.0.xsd b/spring-integration-jdbc/src/main/resources/org/springframework/integration/jdbc/config/spring-integration-jdbc-2.0.xsd index fec375f0cc..9b938c40a3 100644 --- a/spring-integration-jdbc/src/main/resources/org/springframework/integration/jdbc/config/spring-integration-jdbc-2.0.xsd +++ b/spring-integration-jdbc/src/main/resources/org/springframework/integration/jdbc/config/spring-integration-jdbc-2.0.xsd @@ -197,7 +197,7 @@ - Flag to say that the poller should start automatically on startup (default true). + Flag to indicate that the poller should start automatically on startup (default true). @@ -287,7 +287,7 @@ - Flag to say whether primary keys are generated by the query. + Flag to indicate whether primary keys are generated by the query. @@ -296,7 +296,7 @@ - Flag to say that the poller should start automatically on startup (default true). + Flag to indicate that the poller should start automatically on startup (default true). @@ -406,8 +406,8 @@ - Flag to say whether primary keys are generated by the query. If they are then - they can be used as a reply payload instead of providing select query. A single + Flag to indicate whether primary keys are generated by the query. If they are then + they can be used as a reply payload instead of providing a select query. A single valued result is extracted before returning (the usual case), so the payload of the reply message can be a Map (column name to value) or a list of maps. @@ -418,7 +418,7 @@ - Flag to say that the poller should start automatically on startup (default true). + Flag to indicate that the poller should start automatically on startup (default true).