From 78c28d5b0fc4860a94c5e18963c2ce1b23c22c08 Mon Sep 17 00:00:00 2001 From: Josh Long Date: Wed, 18 Aug 2010 06:58:02 +0000 Subject: [PATCH] I can be so forgetful sometimes! I've just changed *SFTP* -> *Sftp* and *FTP* to *Ftp*. Looks *much* better now and feels more like the Spring I know and love. --- .../java/org/springframework/integration/sftp/SftpSession.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/SftpSession.java b/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/SftpSession.java index f3c0c76a05..a25bfa9db0 100644 --- a/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/SftpSession.java +++ b/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/SftpSession.java @@ -25,7 +25,7 @@ import org.apache.commons.lang.StringUtils; import java.io.InputStream; -/** +/** c * There are many ways to create a {@link SftpSession} just as there are many ways to SSH into a remote system. * You may use a username and password, you may use a username and private key, you may use a username and a private key with a password, etc. *