Skip to content

Commit

Permalink
update codes, do not use synchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhelly committed Mar 10, 2022
1 parent b6baf07 commit fe729a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public synchronized void close() throws IOException {
}

@Override
public synchronized void closeWithoutTrailer() {
public void closeWithoutTrailer() {
if (this.output == null) {
return;
}
Expand Down

0 comments on commit fe729a9

Please sign in to comment.