Skip to content

Commit 8b8ca77

Browse files
committed
Remove unnecessary close (it could cause another hang)
1 parent 7ebdd87 commit 8b8ca77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/embulk/output/sftp/SftpLocalFileOutput.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public void finish()
135135
public void close()
136136
{
137137
closeCurrentFile();
138-
closeRemoteFile();
139138
// TODO
140139
sftpUtils.close();
141140
}

0 commit comments

Comments
 (0)