fixed breaking test that was pointing to wrong PerThisAspect

This commit is contained in:
Chris Beams
2008-12-12 04:34:47 +00:00
parent f4a7700216
commit 003866835e

View File

@@ -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"/>