I can be so forgetful sometimes! I've just changed *SFTP* -> *Sftp*. Looks *much* better now and feels more like the Spring I know and love.

This commit is contained in:
Josh Long
2010-08-18 05:45:41 +00:00
parent 9f3f0a91bf
commit 006c826995
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import java.io.File;
*
*/
@Component("sftpAnnouncer")
public class SFTPFileAnnouncer {
public class SftpFileAnnouncer {
@ServiceActivator
public void announceFile(File file){

View File

@@ -5,7 +5,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* @author Josh Long
*/
public class TestInboundSFTP {
public class TestInboundSftp {
static public void main(String [] args) throws Throwable {
ClassPathXmlApplicationContext classPathXmlApplicationContext = new ClassPathXmlApplicationContext("TestInboundSFTP.xml");

View File

@@ -18,9 +18,9 @@ import java.util.logging.Logger;
*
* @author Josh Long
*/
public class TestSFTPReceipt {
public class TestSftpReceipt {
private static final Logger logger = Logger.getLogger(TestSFTPReceipt.class.getName());
private static final Logger logger = Logger.getLogger(TestSftpReceipt.class.getName());
private SftpSessionFactory sftpSessionFactory;
private String host;
private String password;