[jboss-cvs] JBossCache/src/org/jboss/cache/aop ...

Manik Surtani msurtani at jboss.com
Fri Aug 25 10:10:07 EDT 2006


  User: msurtani
  Date: 06/08/25 10:10:07

  Modified:    src/org/jboss/cache/aop  TreeCacheAopDelegate.java
  Log:
  More work on JBCACHE-734
  
  Revision  Changes    Path
  1.76      +13 -13    JBossCache/src/org/jboss/cache/aop/TreeCacheAopDelegate.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TreeCacheAopDelegate.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/aop/TreeCacheAopDelegate.java,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -b -r1.75 -r1.76
  --- TreeCacheAopDelegate.java	25 Jun 2006 02:10:28 -0000	1.75
  +++ TreeCacheAopDelegate.java	25 Aug 2006 14:10:07 -0000	1.76
  @@ -6,32 +6,32 @@
    */
   package org.jboss.cache.aop;
   
  +import org.apache.commons.logging.Log;
  +import org.apache.commons.logging.LogFactory;
   import org.jboss.aop.Advised;
  +import org.jboss.aop.Advisor;
   import org.jboss.aop.ClassInstanceAdvisor;
   import org.jboss.aop.InstanceAdvisor;
  -import org.jboss.aop.Advisor;
  -import org.jboss.aop.proxy.ClassProxy;
   import org.jboss.aop.advice.Interceptor;
  -import org.jboss.cache.marshall.MethodCallFactory;
  -import org.jboss.cache.marshall.MethodDeclarations;
  -import org.jboss.cache.aop.util.AopUtil;
  -import org.jboss.cache.aop.collection.AbstractCollectionInterceptor;
  -import org.jboss.cache.aop.references.FieldPersistentReference;
  -import org.jboss.cache.Fqn;
  +import org.jboss.aop.proxy.ClassProxy;
   import org.jboss.cache.CacheException;
  +import org.jboss.cache.Fqn;
   import org.jboss.cache.GlobalTransaction;
   import org.jboss.cache.TreeNode;
  -import org.apache.commons.logging.Log;
  -import org.apache.commons.logging.LogFactory;
  -import org.jgroups.blocks.MethodCall;
  +import org.jboss.cache.aop.collection.AbstractCollectionInterceptor;
  +import org.jboss.cache.aop.references.FieldPersistentReference;
  +import org.jboss.cache.aop.util.AopUtil;
  +import org.jboss.cache.marshall.MethodCallFactory;
  +import org.jboss.cache.marshall.MethodDeclarations;
  +import org.jboss.cache.marshall.MethodCall;
   
   import java.lang.reflect.Field;
  -import java.util.Map;
  +import java.util.Collection;
   import java.util.HashMap;
   import java.util.Iterator;
   import java.util.List;
  +import java.util.Map;
   import java.util.Set;
  -import java.util.Collection;
   
   /**
    * Delegate class for PojoCache.
  
  
  



More information about the jboss-cvs-commits mailing list