Skip to content

Commit 396f04a

Browse files
committed
Remove outdated TODO task
1 parent 7a71d7c commit 396f04a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ protected void extendAdvisors(List<Advisor> candidateAdvisors) {
101101

102102
@Override
103103
protected boolean shouldSkip(Class<?> beanClass, String beanName) {
104-
// TODO: Consider optimization by caching the list of the aspect names
105104
List<Advisor> candidateAdvisors = findCandidateAdvisors();
106105
for (Advisor advisor : candidateAdvisors) {
107106
if (advisor instanceof AspectJPointcutAdvisor pointcutAdvisor &&

0 commit comments

Comments
 (0)