Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 committed Aug 15, 2024
1 parent 170e7c7 commit 96e20b6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ public void flush() throws IOException {

@Override
public void close() throws IOException {
if (closed) {
return;
}
checkException();
flushBuffer();
sendEndEvent();
Expand Down

0 comments on commit 96e20b6

Please sign in to comment.