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

Manik Surtani manik at jboss.org
Tue May 22 08:07:18 EDT 2007


  User: msurtani
  Date: 07/05/22 08:07:18

  Modified:    src/org/jboss/cache/marshall  CacheMarshaller200.java
  Log:
  Removed rpc tree cache stuff
  
  Revision  Changes    Path
  1.13      +0 -6      JBossCache/src/org/jboss/cache/marshall/CacheMarshaller200.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheMarshaller200.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/CacheMarshaller200.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- CacheMarshaller200.java	23 Apr 2007 14:09:08 -0000	1.12
  +++ CacheMarshaller200.java	22 May 2007 12:07:18 -0000	1.13
  @@ -13,7 +13,6 @@
   import org.jboss.cache.RegionManager;
   import org.jboss.cache.buddyreplication.GravitateResult;
   import org.jboss.cache.optimistic.DefaultDataVersion;
  -import org.jboss.cache.rpc.RpcTreeCache;
   import org.jboss.cache.transaction.GlobalTransaction;
   import org.jgroups.Address;
   import org.jgroups.stack.IpAddress;
  @@ -235,11 +234,6 @@
         {
            fqn = extractFqnFromListOfMethodCall(call);
         }
  -      else if (call.getMethod().equals(RpcTreeCache.dispatchRpcCallMethod))
  -      {
  -         MethodCall call2 = (MethodCall) call.getArgs()[1];
  -         fqn = extractFqn(call2);
  -      }
         else
         {
            fqn = extractFqn(call);
  
  
  



More information about the jboss-cvs-commits mailing list