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).