Skip to content

Commit 35278d0

Browse files
committed
Polishing
1 parent 975e2f4 commit 35278d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-aop/src/main/java/org/springframework/aop/aspectj/autoproxy/AspectJAwareAdvisorAutoProxyCreator.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,11 @@ public void afterSingletonsInstantiated() {
118118
}
119119

120120
@Override
121-
public void destroy() throws Exception {
121+
public void destroy() {
122122
ShadowMatchUtils.clearCache();
123123
}
124124

125+
125126
/**
126127
* Implements AspectJ's {@link PartialComparable} interface for defining partial orderings.
127128
*/

0 commit comments

Comments
 (0)