whitespace

This commit is contained in:
Shikhar Bhushan
2012-04-05 12:04:37 -04:00
parent 1c4781a65d
commit cafd9217bf
2 changed files with 7 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ public final class SCPDownloadClient {
final String dirname = dMsgParts.get(2);
if (length != 0)
throw new IOException("Remote SCP command sent strange directory length: " + length);
final TransferListener dirListener = listener.directory(dirname);
{
f = f.getTargetDirectory(dirname);

View File

@@ -31,9 +31,9 @@ import java.util.List;
public final class SCPUploadClient {
private final SCPEngine engine;
private LocalFileFilter uploadFilter;
private LocalFileFilter uploadFilter;
SCPUploadClient(SCPEngine engine) {
SCPUploadClient(SCPEngine engine) {
this.engine = engine;
}
@@ -49,11 +49,11 @@ public final class SCPUploadClient {
return engine.getExitStatus();
}
public void setUploadFilter(LocalFileFilter uploadFilter) {
this.uploadFilter = uploadFilter;
}
public void setUploadFilter(LocalFileFilter uploadFilter) {
this.uploadFilter = uploadFilter;
}
private synchronized void startCopy(LocalSourceFile sourceFile, String targetPath)
private synchronized void startCopy(LocalSourceFile sourceFile, String targetPath)
throws IOException {
List<Arg> args = new LinkedList<Arg>();
args.add(Arg.SINK);