Polishing

This commit is contained in:
Juergen Hoeller
2024-05-23 16:34:24 +02:00
parent 975e2f4218
commit 35278d09ac

View File

@@ -118,10 +118,11 @@ public class AspectJAwareAdvisorAutoProxyCreator extends AbstractAdvisorAutoProx
} }
@Override @Override
public void destroy() throws Exception { public void destroy() {
ShadowMatchUtils.clearCache(); ShadowMatchUtils.clearCache();
} }
/** /**
* Implements AspectJ's {@link PartialComparable} interface for defining partial orderings. * Implements AspectJ's {@link PartialComparable} interface for defining partial orderings.
*/ */