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

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/interceptors 
                        DataGravitatorInterceptor.java
  Log:
  JBCACHE-137: Consolidation of JBoss core libraries and updating dependencies
  
  Revision  Changes    Path
  1.27      +1 -1      JBossCache/src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DataGravitatorInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- DataGravitatorInterceptor.java	12 Oct 2006 23:03:59 -0000	1.26
  +++ DataGravitatorInterceptor.java	24 Oct 2006 11:35:31 -0000	1.27
  @@ -24,7 +24,7 @@
   import org.jboss.cache.marshall.MethodCall;
   import org.jboss.cache.marshall.MethodCallFactory;
   import org.jboss.cache.marshall.MethodDeclarations;
  -import org.jboss.invocation.MarshalledValueInputStream;
  +import org.jboss.util.stream.MarshalledValueInputStream;
   import org.jgroups.Address;
   import org.jgroups.blocks.GroupRequest;
   
  
  
  



More information about the jboss-cvs-commits mailing list