This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 34da7cd Regen catalog docs 34da7cd is described below commit 34da7cd70a2889a0f295e8cc3800a36849b87ce3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Oct 26 15:09:29 2020 +0100 Regen catalog docs --- .../resources/org/apache/camel/catalog/docs/loadBalance-eip.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/loadBalance-eip.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/loadBalance-eip.adoc index 5a8bc16..87b6cd3 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/loadBalance-eip.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/loadBalance-eip.adoc @@ -193,10 +193,7 @@ The parameters that can be used are An example using Java DSL: [source,java] ---- -List<Integer> distributionRatio = new ArrayList<Integer>(); -distributionRatio.add(4); -distributionRatio.add(2); -distributionRatio.add(1); +String distributionRatio = "4,2,1" // round-robin from("direct:start")