Skip to content

Commit 9141fc2

Browse files
committed
Return TaskReport when close() is called
1 parent 507a349 commit 9141fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public void abort()
164164
@Override
165165
public TaskReport commit()
166166
{
167-
return null;
167+
return Exec.newTaskReport();
168168
}
169169

170170

0 commit comments

Comments
 (0)