Skip to content

Commit

Permalink
end the last chunk group
Browse files Browse the repository at this point in the history
  • Loading branch information
jt2594838 committed Jan 24, 2025
1 parent 20ca60f commit d38e080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ protected boolean onFileOpen(File file) throws IOException {

@Override
protected void onFileEnd() throws IOException {
writer.endChunkGroup();
writer.endFile();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ protected boolean onFileOpen(File file) throws IOException {

@Override
protected void onFileEnd() throws IOException {
writer.endChunkGroup();
writer.endFile();
}

Expand Down

0 comments on commit d38e080

Please sign in to comment.