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

Ron Sigal ron_sigal at yahoo.com
Tue Mar 27 21:19:06 EDT 2007


  User: rsigal  
  Date: 07/03/27 21:19:06

  Modified:    src/main/org/jboss/remoting/detection/jndi 
                        JNDIDetector.java
  Log:
  JBREM-730:  Calls AbstractDetector.detect() during same heartbeat as clean detect.
  
  Revision  Changes    Path
  1.16      +3 -5      JBossRemoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JNDIDetector.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- JNDIDetector.java	27 Mar 2007 08:21:23 -0000	1.15
  +++ JNDIDetector.java	28 Mar 2007 01:19:06 -0000	1.16
  @@ -297,12 +297,10 @@
                        unregisterDetection(regMsg.getIdentity().getInstanceId());
                     }
                  }
  -               else
  -               {
  -                  // Let parent handle detection
  +
  +               // Now, let parent handle detection
                     detect(regMsg);
                  }
  -            }
               else
               {
                  //verify local detection message is correct
  
  
  



More information about the jboss-cvs-commits mailing list