From d95c7149c45c540bf07d93802ca2660d0a443661 Mon Sep 17 00:00:00 2001 From: Sergei Portnov Date: Tue, 25 Aug 2020 18:29:21 +0300 Subject: [PATCH] Fix typo in ftp.adoc --- src/reference/asciidoc/ftp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/ftp.adoc b/src/reference/asciidoc/ftp.adoc index 89b8230eae..af304cc9da 100644 --- a/src/reference/asciidoc/ftp.adoc +++ b/src/reference/asciidoc/ftp.adoc @@ -561,7 +561,7 @@ public class FtpJavaApplication { @Bean public IntegrationFlow ftpInboundFlow() { return IntegrationFlows - .from(Fpt.inboundAdapter(this.ftpSessionFactory) + .from(Ftp.inboundAdapter(this.ftpSessionFactory) .preserveTimestamp(true) .remoteDirectory("foo") .regexFilter(".*\\.txt$")