INT-1596, fixed the broken links as well as all warnings

This commit is contained in:
Oleg Zhurakousky
2010-11-09 12:17:45 -05:00
parent 8da4fae7ef
commit 1278666ed7
31 changed files with 40 additions and 259 deletions

View File

@@ -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;
}

View File

@@ -79,6 +79,7 @@ public class SftpInboundRemoteFileSystemSynchronizerTests {
*
* @throws Exception
*/
@SuppressWarnings("unchecked")
@org.junit.Ignore
@Test
public void testCopyAndRenameWhenLocalFileDoesntExist() throws Exception {