Skip to content

Commit

Permalink
Fix QueueChannel.destroy() (previous commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jul 28, 2020
1 parent 585da69 commit c74cd1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public int getRemainingCapacity() {
}

@Override
public void destroy() {
public void destroy() throws Exception {
super.destroy();
if (this.sizeGauge != null) {
this.sizeGauge.remove();
Expand Down

0 comments on commit c74cd1f

Please sign in to comment.