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 <marius_corne...@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"); } ------------------------------------------------------------------------------------------------------