Skip to content

Commit

Permalink
Merge branch '3.2.x' into 3.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Jun 26, 2024
2 parents 87e0262 + 712d935 commit 26ea4f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public String getConversationId() {
return null;
}

public void destroy() {
void destroy() {
synchronized (this) {
this.destructors.forEach((name, actions) -> actions.forEach(Runnable::run));
this.destructors.clear();
Expand Down

0 comments on commit 26ea4f9

Please sign in to comment.