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 33d8780  Regen
33d8780 is described below

commit 33d8780659beab253167926ce6f89ad9fbc39413
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Apr 22 08:10:24 2020 +0200

    Regen
---
 docs/components/modules/ROOT/pages/ftp-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/ftp-component.adoc 
b/docs/components/modules/ROOT/pages/ftp-component.adoc
index 26d1ce2..b4b2faf 100644
--- a/docs/components/modules/ROOT/pages/ftp-component.adoc
+++ b/docs/components/modules/ROOT/pages/ftp-component.adoc
@@ -625,7 +625,7 @@ And the route using Spring DSL:
 
 [source,java]
 ----
-from("ftps://admin@localhost:2222/public/camel?password=admin&securityProtocol=SSL&isImplicit=true
+from("ftps://admin@localhost:2222/public/camel?password=admin&securityProtocol=SSL&implicit=true
       &ftpClient.keyStore.file=./src/test/resources/server.jks
       
&ftpClient.keyStore.password=password&ftpClient.keyStore.keyPassword=password")
   .to("bean:foo");

Reply via email to