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 dafa550 Update ldif-component.adoc
dafa550 is described below
commit dafa55016142ad921c011512c194b3e7443fdfe8
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jul 24 10:08:46 2019 +0200
Update ldif-component.adoc
---
components/camel-ldif/src/main/docs/ldif-component.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-ldif/src/main/docs/ldif-component.adoc
b/components/camel-ldif/src/main/docs/ldif-component.adoc
index 6d1e663..787eaa6 100644
--- a/components/camel-ldif/src/main/docs/ldif-component.adoc
+++ b/components/camel-ldif/src/main/docs/ldif-component.adoc
@@ -32,7 +32,7 @@ for this component:
[source]
----
-ldap:ldapServerBean[?options]
+ldif:ldapServerBean[?options]
----
The _ldapServerBean_ portion of the URI refers to a
@@ -196,7 +196,7 @@ Name is then extracted from the response.
----
ProducerTemplate<Exchange> template =
exchange.getContext().createProducerTemplate();
-List<?> results = (Collection<?>) template.sendBody("ldap:ldapConnection,
"LDiff goes here");
+List<?> results = (Collection<?>) template.sendBody("ldif:ldapConnection,
"LDiff goes here");
if (results.size() > 0) {
// Check for no errors