fixed breaking test that was pointing to wrong PerThisAspect
This commit is contained in:
parent
f4a7700216
commit
003866835e
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue