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 7f5f7be Update seda-component.adoc (#3949) 7f5f7be is described below commit 7f5f7be3b780d3b755f3ebdf8d3dc746e440544e Author: Alexander <bahde...@gmail.com> AuthorDate: Thu Jun 25 12:35:24 2020 +0400 Update seda-component.adoc (#3949) --- docs/components/modules/ROOT/pages/seda-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/seda-component.adoc b/docs/components/modules/ROOT/pages/seda-component.adoc index 65574fd..f4bbd38 100644 --- a/docs/components/modules/ROOT/pages/seda-component.adoc +++ b/docs/components/modules/ROOT/pages/seda-component.adoc @@ -133,7 +133,7 @@ BlockingQueue implementation, in this case the size option is not used [source,xml] ---- -<bean id="arrayQueue" class="java.util.ArrayBlockingQueue"> +<bean id="arrayQueue" class="java.util.concurrent.ArrayBlockingQueue"> <constructor-arg index="0" value="10" ><!-- size --> <constructor-arg index="1" value="true" ><!-- fairness --> </bean>