mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
fixed breaking test that was pointing to wrong PerThisAspect
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
<bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator"/>
|
||||
|
||||
<bean class="org.springframework.aop.aspectj.autoproxy.PerThisAspect" scope="prototype"/>
|
||||
<bean class="example.aspects.PerThisAspect" scope="prototype"/>
|
||||
|
||||
<bean id="adrian" class="org.springframework.beans.TestBean" scope="prototype">
|
||||
<property name="name" value="adrian"/>
|
||||
|
||||
Reference in New Issue
Block a user