Skip to content

Commit 2f5b34a

Browse files
committed
remove unused lines
1 parent 48d84c4 commit 2f5b34a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/org/embulk/output/snowflake/SnowflakeCopyBatchInsert.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ public class SnowflakeCopyBatchInsert implements BatchInsert {
3030
private SnowflakeOutputConnection connection = null;
3131
private TableIdentifier tableIdentifier = null;
3232
protected File currentFile;
33-
34-
private int batchWeight;
35-
3633
protected BufferedWriter writer;
3734
protected int index;
3835
protected int batchRows;
36+
private int batchWeight;
3937
private long totalRows;
4038
private int fileCount;
4139
private List<Future<Void>> uploadAndCopyFutures;

0 commit comments

Comments
 (0)