Skip to content

Commit 849478f

Browse files
committed
Add missing Override to method
1 parent da9eee0 commit 849478f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PgBulkInsert/pgbulkinsert-rowwriter/src/main/java/de/bytefish/pgbulkinsert/row/SimpleRowWriter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public synchronized void startRow(Consumer<SimpleRow> consumer) {
133133
}
134134
}
135135

136+
@Override
136137
public void close() {
137138

138139
// This stream shouldn't be reused, so let's store a flag here:

0 commit comments

Comments
 (0)