[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/bisocket ...

Ron Sigal ron_sigal at yahoo.com
Fri Feb 23 02:04:41 EST 2007


  User: rsigal  
  Date: 07/02/23 02:04:41

  Modified:    src/main/org/jboss/remoting/transport/bisocket 
                        BisocketClientInvoker.java
  Log:
  JBREM-650:  Removed unused methods.
  
  Revision  Changes    Path
  1.7       +0 -16     JBossRemoting/src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BisocketClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- BisocketClientInvoker.java	23 Feb 2007 03:58:57 -0000	1.6
  +++ BisocketClientInvoker.java	23 Feb 2007 07:04:41 -0000	1.7
  @@ -404,22 +404,6 @@
         throw new IOException("unable to get secondary locator");
      }
   
  -   protected Object checkType(Object o, Class c) throws IOException
  -   {
  -      if (c.isInstance(o))
  -         return o;
  -
  -      throw new IOException(o + "is not an instance of " + c);
  -   }
  -
  -   protected Object checkNull(Object o, String field) throws IOException
  -   {
  -      if (o == null)
  -         throw new IOException(field + " must not be null");
  -
  -      return o;
  -   }
  -
   
      public InvokerLocator getCallbackLocator(Map metadata)
      {
  
  
  



More information about the jboss-cvs-commits mailing list