You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/27 12:07:17 UTC

[camel] 13/16: Fix minor slip in the documentation.

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

commit c73ea21deace21fb317749831d1fc73ee4289a7f
Author: Marius Cornescu <ma...@yahoo.com>
AuthorDate: Tue Sep 24 09:20:34 2019 +0200

    Fix minor slip in the documentation.
---
 components/camel-hdfs/src/main/docs/hdfs-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-hdfs/src/main/docs/hdfs-component.adoc b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
index 8c2f73b..b8975cf 100644
--- a/components/camel-hdfs/src/main/docs/hdfs-component.adoc
+++ b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
@@ -333,7 +333,7 @@ Because of this, the config file must be set at startup, with a call like:
 [source,java]
 ------------------------------------------------------------------------------------------------------
 static {
-  HdfsKerberosConfigurationFactory.setKerberosConfigFile("/etc/security/kerb5.conf");
+  HdfsComponent.setKerberosConfigFile("/etc/security/kerb5.conf");
 }
 ------------------------------------------------------------------------------------------------------