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

Manik Surtani msurtani at jboss.com
Thu Jan 11 07:07:29 EST 2007


  User: msurtani
  Date: 07/01/11 07:07:29

  Modified:    src/org/jboss/cache/interceptors  
                        OptimisticCreateIfNotExistsInterceptor.java
                        OptimisticNodeInterceptor.java
  Log:
  Force node construction thru factory
  
  Revision  Changes    Path
  1.41      +1 -1      JBossCache/src/org/jboss/cache/interceptors/OptimisticCreateIfNotExistsInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OptimisticCreateIfNotExistsInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/OptimisticCreateIfNotExistsInterceptor.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- OptimisticCreateIfNotExistsInterceptor.java	9 Jan 2007 16:21:53 -0000	1.40
  +++ OptimisticCreateIfNotExistsInterceptor.java	11 Jan 2007 12:07:29 -0000	1.41
  @@ -11,10 +11,10 @@
   import org.jboss.cache.Fqn;
   import org.jboss.cache.GlobalTransaction;
   import org.jboss.cache.InvocationContext;
  +import org.jboss.cache.NodeFactory;
   import org.jboss.cache.NodeSPI;
   import org.jboss.cache.OptimisticTransactionEntry;
   import org.jboss.cache.TransactionEntry;
  -import org.jboss.cache.factories.NodeFactory;
   import org.jboss.cache.marshall.MethodCall;
   import org.jboss.cache.marshall.MethodDeclarations;
   import org.jboss.cache.notifications.Notifier;
  
  
  
  1.48      +1 -1      JBossCache/src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OptimisticNodeInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- OptimisticNodeInterceptor.java	10 Jan 2007 17:28:51 -0000	1.47
  +++ OptimisticNodeInterceptor.java	11 Jan 2007 12:07:29 -0000	1.48
  @@ -12,10 +12,10 @@
   import org.jboss.cache.Fqn;
   import org.jboss.cache.GlobalTransaction;
   import org.jboss.cache.InvocationContext;
  +import org.jboss.cache.NodeFactory;
   import org.jboss.cache.NodeNotExistsException;
   import org.jboss.cache.NodeSPI;
   import org.jboss.cache.config.Option;
  -import org.jboss.cache.factories.NodeFactory;
   import org.jboss.cache.marshall.MethodCall;
   import org.jboss.cache.marshall.MethodDeclarations;
   import org.jboss.cache.optimistic.DataVersion;
  
  
  



More information about the jboss-cvs-commits mailing list