Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed Feb 6, 2021
1 parent 07b142a commit 6ba1bca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ public void returnObject(T t) {

public void destroyAll() {
objects.forEach(destroyer);
objects.clear();
}
}

0 comments on commit 6ba1bca

Please sign in to comment.