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

Manik Surtani msurtani at jboss.com
Tue Oct 24 07:35:31 EDT 2006


  User: msurtani
  Date: 06/10/24 07:35:31

  Modified:    src/org/jboss/cache/aop  MarshalledTreeCache.java
  Log:
  JBCACHE-137: Consolidation of JBoss core libraries and updating dependencies
  
  Revision  Changes    Path
  1.17      +1 -1      JBossCache/src/org/jboss/cache/aop/MarshalledTreeCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MarshalledTreeCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/aop/MarshalledTreeCache.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- MarshalledTreeCache.java	18 Oct 2006 11:07:54 -0000	1.16
  +++ MarshalledTreeCache.java	24 Oct 2006 11:35:31 -0000	1.17
  @@ -13,7 +13,7 @@
   import org.jboss.cache.TreeCache;
   import org.jboss.cache.config.Configuration;
   import org.jboss.cache.lock.IsolationLevel;
  -import org.jboss.invocation.MarshalledValue;
  +import org.jboss.aop.util.MarshalledValue;
   import org.jgroups.JChannel;
   import org.jgroups.View;
   import org.jgroups.stack.IpAddress;
  
  
  



More information about the jboss-cvs-commits mailing list