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 0a8f5fb  Regen catalog docs
0a8f5fb is described below

commit 0a8f5fbd8b9d08a8d3da927caa58102c45179af1
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Oct 26 15:04:51 2020 +0100

    Regen catalog docs
---
 .../resources/org/apache/camel/catalog/docs/loadBalance-eip.adoc        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 76168d9..5a8bc16 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,7 +193,7 @@ The parameters that can be used are
 An example using Java DSL:
 [source,java]
 ----
-List<integer> distributionRatio = new ArrayList<integer>();
+List<Integer> distributionRatio = new ArrayList<Integer>();
 distributionRatio.add(4);
 distributionRatio.add(2);
 distributionRatio.add(1);

Reply via email to