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

Clebert Suconic csuconic at jboss.com
Thu Sep 21 16:33:33 EDT 2006


  User: csuconic
  Date: 06/09/21 16:33:33

  Modified:    src/main/org/jboss/remoting  ServerInvoker.java
  Log:
  JBREM-602 - Proposed fix update
  
  Revision  Changes    Path
  1.48      +6 -1      JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- ServerInvoker.java	21 Sep 2006 16:44:48 -0000	1.47
  +++ ServerInvoker.java	21 Sep 2006 20:33:33 -0000	1.48
  @@ -58,7 +58,7 @@
    *
    * @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
    * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
  - * @version $Revision: 1.47 $
  + * @version $Revision: 1.48 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -592,6 +592,11 @@
         {
       	  this.leaseManagement=false;
         }
  +      else
  +      {
  +    	  this.leaseManagement=true;
  +    	  
  +      }
      }
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list