sebb        2004/02/18 16:20:01

  Modified:    src/jorphan/org/apache/jorphan/collections HashTree.java
  Log:
  Something odd with this loop, so added comment
  
  Revision  Changes    Path
  1.13      +4 -2      
jakarta-jmeter/src/jorphan/org/apache/jorphan/collections/HashTree.java
  
  Index: HashTree.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/jorphan/org/apache/jorphan/collections/HashTree.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- HashTree.java     18 Feb 2004 00:10:04 -0000      1.12
  +++ HashTree.java     19 Feb 2004 00:20:01 -0000      1.13
  @@ -935,6 +935,8 @@
           }
           else
           {
  +                     //TODO - what is supposed to be happening here?
  +                     //the loop will only happen once (if at all), and the if/else 
is redundant
               Iterator it = list().iterator();
               while (it.hasNext())
               {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to