[jbosscache-commits] JBoss Cache SVN: r8518 - pojo/trunk/src/main/resources/META-INF.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jul 24 20:48:15 EDT 2012


Author: dereed
Date: 2012-07-24 20:48:15 -0400 (Tue, 24 Jul 2012)
New Revision: 8518

Modified:
   pojo/trunk/src/main/resources/META-INF/pojocache-aop.xml
Log:
[PCACHE-86] Remove unnecessary name attribute from pojocache-aop.xml


Modified: pojo/trunk/src/main/resources/META-INF/pojocache-aop.xml
===================================================================
--- pojo/trunk/src/main/resources/META-INF/pojocache-aop.xml	2012-07-25 00:47:54 UTC (rev 8517)
+++ pojo/trunk/src/main/resources/META-INF/pojocache-aop.xml	2012-07-25 00:48:15 UTC (rev 8518)
@@ -21,7 +21,7 @@
    <introduction expr="class($instanceof{@org.jboss.cache.pojo.annotation.Replicable})">
        <interfaces>org.jboss.cache.pojo.impl.ArrayInterceptable</interfaces>
    </introduction>
-   <arraybind name="pojocache-array" type="READ_WRITE">
+   <arraybind type="READ_WRITE">
       <interceptor-ref name="pojocache-array"/>
    </arraybind>
 </aop>



More information about the jbosscache-commits mailing list