This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 7112893  Update ldif-component.adoc
7112893 is described below

commit 711289331826cf1785b50423bbfe2d6bd35bcd8b
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jul 24 10:09:46 2019 +0200

    Update ldif-component.adoc
---
 components/camel-ldif/src/main/docs/ldif-component.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-ldif/src/main/docs/ldif-component.adoc 
b/components/camel-ldif/src/main/docs/ldif-component.adoc
index 787eaa6..6c239ae 100644
--- a/components/camel-ldif/src/main/docs/ldif-component.adoc
+++ b/components/camel-ldif/src/main/docs/ldif-component.adoc
@@ -168,6 +168,7 @@ The `LdapConnection` bean may be defined as follows in 
Spring XML:
 ----
 
 or in a OSGi blueprint.xml:
+[source,xml]
 ----
 <bean id="ldapConnectionOptions" 
class="org.apache.directory.ldap.client.api.LdapConnectionConfig">
   <property name="ldapHost" value="${ldap.host}"/>

Reply via email to