[jbosscache-commits] JBoss Cache SVN: r6878 - core/branches/flat/src/main/java/org/jboss/starobrno/interceptors.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Oct 8 11:35:09 EDT 2008


Author: mircea.markus
Date: 2008-10-08 11:35:09 -0400 (Wed, 08 Oct 2008)
New Revision: 6878

Modified:
   core/branches/flat/src/main/java/org/jboss/starobrno/interceptors/CallInterceptor.java
Log:
added

Modified: core/branches/flat/src/main/java/org/jboss/starobrno/interceptors/CallInterceptor.java
===================================================================
--- core/branches/flat/src/main/java/org/jboss/starobrno/interceptors/CallInterceptor.java	2008-10-08 14:59:03 UTC (rev 6877)
+++ core/branches/flat/src/main/java/org/jboss/starobrno/interceptors/CallInterceptor.java	2008-10-08 15:35:09 UTC (rev 6878)
@@ -86,8 +86,7 @@
       return invokeCommand(ctx, command);
    }
 
-   private Object invokeCommand(InvocationContext ctx, ReplicableCommand command)
-         throws Throwable
+   private Object invokeCommand(InvocationContext ctx, ReplicableCommand command) throws Throwable
    {
       Object retval;
       try
@@ -124,6 +123,8 @@
       return handleAlterCacheMethod(ctx, command);
    }
 
+   
+
    /**
     * only add the modification to the modification list if we are using pessimistic locking.
     * Optimistic locking calls *should* not make it this far down the interceptor chain, but just




More information about the jbosscache-commits mailing list