From a5e5a7b1257fa15ab068ee0eb9b5d7db93910d9f Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 14 Aug 2015 11:16:37 -0400 Subject: [PATCH] INT-3797: Fix SFTP doc for CachingSessionFactory JIRA: https://jira.spring.io/browse/INT-3797 --- src/reference/asciidoc/sftp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/sftp.adoc b/src/reference/asciidoc/sftp.adoc index 11ac9b0c04..96be14f24f 100644 --- a/src/reference/asciidoc/sftp.adoc +++ b/src/reference/asciidoc/sftp.adoc @@ -239,7 +239,7 @@ If you want your Sessions to be cached, simply configure your default Session Fa - + ----