[jboss-cvs] JBossAS SVN: r74483 - projects/aop/trunk/aop/docs/examples/return-types.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 12 09:11:46 EDT 2008


Author: flavia.rainone at jboss.com
Date: 2008-06-12 09:11:46 -0400 (Thu, 12 Jun 2008)
New Revision: 74483

Modified:
   projects/aop/trunk/aop/docs/examples/return-types/jboss-aop.xml
Log:
[JBAOP-589] Example return-types fixed.

Modified: projects/aop/trunk/aop/docs/examples/return-types/jboss-aop.xml
===================================================================
--- projects/aop/trunk/aop/docs/examples/return-types/jboss-aop.xml	2008-06-12 13:07:58 UTC (rev 74482)
+++ projects/aop/trunk/aop/docs/examples/return-types/jboss-aop.xml	2008-06-12 13:11:46 UTC (rev 74483)
@@ -12,7 +12,6 @@
    
    <bind pointcut="execution(java.util.List POJO->*())">
       <around name="aroundDefaultSignature" aspect="Aspect"/>
-      <around name="aroundCollection" aspect="Aspect"/>
       <after name="afterUnmodifiableList" aspect="Aspect"/>
       <after name="afterVoid" aspect="Aspect"/>
    </bind>




More information about the jboss-cvs-commits mailing list