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

Ron Sigal ron_sigal at yahoo.com
Thu Feb 15 23:20:09 EST 2007


  User: rsigal  
  Date: 07/02/15 23:20:09

  Modified:    src/main/org/jboss/remoting/transport/local  Tag:
                        remoting_2_x LocalClientInvoker.java
  Log:
  JBREM-657:  Removed parameter local from terminateLease().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.4  +1 -1      JBossRemoting/src/main/org/jboss/remoting/transport/local/LocalClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/local/LocalClientInvoker.java,v
  retrieving revision 1.15.2.3
  retrieving revision 1.15.2.4
  diff -u -b -r1.15.2.3 -r1.15.2.4
  --- LocalClientInvoker.java	21 Jan 2007 08:38:33 -0000	1.15.2.3
  +++ LocalClientInvoker.java	16 Feb 2007 04:20:09 -0000	1.15.2.4
  @@ -46,7 +46,7 @@
    * same JVM as the callback server.
    *
    * @author <a href="mailto:telrod at vocalocity.net">Tom Elrod</a>
  - * @version $Revision: 1.15.2.3 $
  + * @version $Revision: 1.15.2.4 $
    */
   public class LocalClientInvoker extends AbstractInvoker implements BidirectionalClientInvoker
   {
  @@ -211,7 +211,7 @@
         // noop since is local
      }
   
  -   public void terminateLease(String sessionID, boolean local)
  +   public void terminateLease(String sessionId)
      {
         // noop since is local
      }
  
  
  



More information about the jboss-cvs-commits mailing list