Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed May 23, 2024
1 parent 975e2f4 commit 35278d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,11 @@ public void afterSingletonsInstantiated() {
}

@Override
public void destroy() throws Exception {
public void destroy() {
ShadowMatchUtils.clearCache();
}


/**
* Implements AspectJ's {@link PartialComparable} interface for defining partial orderings.
*/
Expand Down

0 comments on commit 35278d0

Please sign in to comment.