From eafdd1ce4eb508957ece492541e93d6d83a0c4bd Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 14 Aug 2015 11:19:50 -0400 Subject: [PATCH] INT-3797-4.1.x: Fix SFTP doc for the `CachingSF` JIRA: https://jira.spring.io/browse/INT-3797 --- src/reference/docbook/sftp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/docbook/sftp.xml b/src/reference/docbook/sftp.xml index e8e8607d16..0fc13ebd4b 100644 --- a/src/reference/docbook/sftp.xml +++ b/src/reference/docbook/sftp.xml @@ -235,12 +235,12 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/sftp - + ]]> In the above example you see a CachingSessionFactory created with the - sessionCacheSize set to 10 and the sessionWaitTimeout set to 1 second (its value is in millliseconds). + sessionCacheSize set to 10 and the sessionWaitTimeout set to 1 second (its value is in milliseconds).