strange line wrap

This commit is contained in:
Shikhar Bhushan
2010-03-17 23:36:56 +01:00
parent 839021cd2b
commit dd1be04a61

View File

@@ -37,8 +37,7 @@ public class SCPUpload {
// Present here to demo algorithm renegotiation - could have just put this before connect()
ssh.useCompression();
ssh.newSCPFileTransfer()
.upload("/Users/shikhar/well", "/tmp/");
ssh.newSCPFileTransfer().upload("/Users/shikhar/well", "/tmp/");
} finally {
ssh.disconnect();
}