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

Ron Sigal ron_sigal at yahoo.com
Fri Feb 23 01:56:35 EST 2007


  User: rsigal  
  Date: 07/02/23 01:56:35

  Modified:    src/main/org/jboss/remoting/transport/bisocket  Tag:
                        remoting_2_x BisocketClientInvoker.java
  Log:
  JBREM-650:  Removed unused methods.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.10  +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.1.2.9
  retrieving revision 1.1.2.10
  diff -u -b -r1.1.2.9 -r1.1.2.10
  --- BisocketClientInvoker.java	23 Feb 2007 03:57:30 -0000	1.1.2.9
  +++ BisocketClientInvoker.java	23 Feb 2007 06:56:35 -0000	1.1.2.10
  @@ -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