Remove empty code blocks
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/bd3f8512 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/bd3f8512 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/bd3f8512 Branch: refs/heads/master Commit: bd3f8512dc20f5614cc02091b9c59418c1fd382e Parents: e5b942f Author: Antonin Stefanutti <[email protected]> Authored: Wed Jan 27 11:15:17 2016 +0100 Committer: Andrea Cosentino <[email protected]> Committed: Wed Jan 27 13:03:34 2016 +0100 ---------------------------------------------------------------------- components/camel-sjms/src/main/docs/sjms-batch.adoc | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/bd3f8512/components/camel-sjms/src/main/docs/sjms-batch.adoc ---------------------------------------------------------------------- diff --git a/components/camel-sjms/src/main/docs/sjms-batch.adoc b/components/camel-sjms/src/main/docs/sjms-batch.adoc index 1dc2892..8d4cfa7 100644 --- a/components/camel-sjms/src/main/docs/sjms-batch.adoc +++ b/components/camel-sjms/src/main/docs/sjms-batch.adoc @@ -64,8 +64,6 @@ Multiple JMS consumer support is available which allows you to consume in parallel using the one route, and at the same time use facilities like JMS message groups to group related messages. -Â - Maven users will need to add the following dependency to their `pom.xml` for this component: @@ -154,5 +152,3 @@ This value is effectively the poll time between batches. The `completionSize` endpoint attribute is used in conjunction with `completionTimeout`, where the first condition to be met will cause the aggregated `Exchange` to be emitted down the route. - -Â
