fix spring-batch doc
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8b796b51 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8b796b51 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8b796b51 Branch: refs/heads/master Commit: 8b796b51a8e1e316065875a9668ca10a7db7de04 Parents: 697ff58 Author: asegarra <angelsega...@outlook.com> Authored: Fri Jul 29 15:15:27 2016 -0400 Committer: asegarra <angelsega...@outlook.com> Committed: Fri Jul 29 15:15:27 2016 -0400 ---------------------------------------------------------------------- components/camel-spring-batch/src/main/docs/spring-batch.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8b796b51/components/camel-spring-batch/src/main/docs/spring-batch.adoc ---------------------------------------------------------------------- diff --git a/components/camel-spring-batch/src/main/docs/spring-batch.adoc b/components/camel-spring-batch/src/main/docs/spring-batch.adoc index fd5f999..d970c0e 100644 --- a/components/camel-spring-batch/src/main/docs/spring-batch.adoc +++ b/components/camel-spring-batch/src/main/docs/spring-batch.adoc @@ -68,7 +68,7 @@ The Spring Batch component supports 5 endpoint options which are listed below: |======================================================================= | Name | Group | Default | Java Type | Description | jobName | producer | | String | *Required* The name of the Spring Batch job located in the registry. -| jobFromHeader | producer | | Boolean | Explicitly defines if the jobName shouls be taken from the headers instead of the URI. +| jobFromHeader | producer | false | boolean | Explicitly defines if the jobName should be taken from the headers instead of the URI. | jobLauncher | producer | | JobLauncher | Explicitly specifies a JobLauncher to be used. | jobRegistry | producer | | JobRegistry | Explicitly specifies a JobRegistry to be used. If set it it will be used to locate jobs. | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange