INT-1596, fixed the broken links as well as all warnings
This commit is contained in:
@@ -41,17 +41,10 @@ public class SftpMessageSendingConsumerFactoryBean implements FactoryBean<SftpSe
|
||||
|
||||
private String username;
|
||||
|
||||
private boolean autoCreateDirectories;
|
||||
|
||||
private int port;
|
||||
|
||||
private String charset;
|
||||
|
||||
|
||||
public void setAutoCreateDirectories(final boolean autoCreateDirectories) {
|
||||
this.autoCreateDirectories = autoCreateDirectories;
|
||||
}
|
||||
|
||||
public void setCharset(String charset) {
|
||||
this.charset = charset;
|
||||
}
|
||||
|
||||
@@ -79,6 +79,7 @@ public class SftpInboundRemoteFileSystemSynchronizerTests {
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@org.junit.Ignore
|
||||
@Test
|
||||
public void testCopyAndRenameWhenLocalFileDoesntExist() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user