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:
@@ -10,7 +10,7 @@ import java.io.File;
|
||||
*
|
||||
*/
|
||||
@Component("sftpAnnouncer")
|
||||
public class SFTPFileAnnouncer {
|
||||
public class SftpFileAnnouncer {
|
||||
|
||||
@ServiceActivator
|
||||
public void announceFile(File 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");
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user