You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/BeanFactoryAspectJAdvisorsBuilder.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,6 @@ public BeanFactoryAspectJAdvisorsBuilder(ListableBeanFactory beanFactory, Aspect
84
84
* @return the list of {@link org.springframework.aop.Advisor} beans
85
85
* @see #isEligibleBean
86
86
*/
87
-
@SuppressWarnings("NullAway")
88
87
publicList<Advisor> buildAspectJAdvisors() {
89
88
List<String> aspectNames = this.aspectBeanNames;
90
89
@@ -158,6 +157,7 @@ public List<Advisor> buildAspectJAdvisors() {
Copy file name to clipboardExpand all lines: spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,11 @@ final class InstantiationModelAwarePointcutAdvisorImpl
0 commit comments