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

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


  User: msurtani
  Date: 07/01/11 07:24:15

  Modified:    src/org/jboss/cache/rpc  RpcTreeCache.java
  Log:
  Removed unused constructors
  
  Revision  Changes    Path
  1.14      +0 -9      JBossCache/src/org/jboss/cache/rpc/RpcTreeCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RpcTreeCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/rpc/RpcTreeCache.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- RpcTreeCache.java	4 Jan 2007 05:35:40 -0000	1.13
  +++ RpcTreeCache.java	11 Jan 2007 12:24:15 -0000	1.14
  @@ -4,7 +4,6 @@
   import org.jboss.cache.config.Configuration;
   import org.jboss.cache.marshall.MethodCall;
   import org.jboss.cache.marshall.MethodCallFactory;
  -import org.jgroups.JChannel;
   
   import java.lang.reflect.Method;
   import java.util.ArrayList;
  @@ -82,14 +81,6 @@
      }
   
      /**
  -    * Expects an already connected channel. Creates a PullPushAdapter and starts it
  -    */
  -   public RpcTreeCache(JChannel channel) throws Exception
  -   {
  -      super(channel);
  -   }
  -
  -   /**
       * Calls a remote method on nodes in the cluster, targeted at
       * objects registered under a given <code>serviceName</code>.
       *
  
  
  



More information about the jboss-cvs-commits mailing list