Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmarsuhail committed May 9, 2022
1 parent d2df5a3 commit df264b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ protected boolean ensureCurrentBuffer() throws IOException {

@Override
public synchronized void unbuffer() {
super.closeStream();
this.closeStream();
this.blockManager.close();
this.getS3AStreamStatistics().unbuffered();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ protected boolean ensureCurrentBuffer() throws IOException {

@Override
public synchronized void unbuffer() {
super.closeStream();
this.closeStream();
this.getS3AStreamStatistics().unbuffered();
}
}

0 comments on commit df264b4

Please sign in to comment.