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 58e8158 Fixed CS for Camel-LDAP 58e8158 is described below commit 58e815833def6a3bc09db8de71aa3a521c182f41 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 30 13:52:08 2019 +0200 Fixed CS for Camel-LDAP --- .../src/main/java/org/apache/camel/component/ldap/LdapEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-ldap/src/main/java/org/apache/camel/component/ldap/LdapEndpoint.java b/components/camel-ldap/src/main/java/org/apache/camel/component/ldap/LdapEndpoint.java index edd45ae..a9f1d0b 100644 --- a/components/camel-ldap/src/main/java/org/apache/camel/component/ldap/LdapEndpoint.java +++ b/components/camel-ldap/src/main/java/org/apache/camel/component/ldap/LdapEndpoint.java @@ -64,7 +64,7 @@ public class LdapEndpoint extends DefaultEndpoint { return new LdapProducer(this, dirContextName, base, toSearchControlScope(scope), pageSize, returnedAttributes); } -public String getDirContextName() { + public String getDirContextName() { return dirContextName; }