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 dd319ab  AMQP Fix docs
dd319ab is described below

commit dd319ab843a46099f204bb7c55e8fb1f5f605da8
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 19 13:03:03 2018 +0100

    AMQP Fix docs
---
 components/camel-amqp/src/main/docs/amqp-component.adoc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/components/camel-amqp/src/main/docs/amqp-component.adoc 
b/components/camel-amqp/src/main/docs/amqp-component.adoc
index e222b1b..a60386f 100644
--- a/components/camel-amqp/src/main/docs/amqp-component.adoc
+++ b/components/camel-amqp/src/main/docs/amqp-component.adoc
@@ -328,7 +328,7 @@ Likewise, you can also use CDI producer methods when using 
Camel-CDI
 AMQPConnectionDetails amqpConnection() {
   return new AMQPConnectionDetails("amqp://localhost:5672");
 }
--------------------------------------------------------------------------------------
 
+-------------------------------------------------------------------------------------
 
 You can also rely on the <<properties-component,Camel properties>> to read
 the AMQP connection details. Factory
@@ -336,8 +336,6 @@ method `AMQPConnectionDetails.discoverAMQP()` attempts to 
read Camel
 properties in a Kubernetes-like convention, just as demonstrated on the
 snippet below:
 
- 
-
 *AMQP connection details auto-configuration*
 
 [source,java]

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.

Reply via email to