morgand     02/03/18 16:11:56

  Modified:    collections RELEASE-NOTES-2.0.html
  Log:
  using the ArrayIterator.setArray(Object) method no longer produces an out of bounds
  exception
  
  Revision  Changes    Path
  1.9       +3 -1      jakarta-commons/collections/RELEASE-NOTES-2.0.html
  
  Index: RELEASE-NOTES-2.0.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES-2.0.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RELEASE-NOTES-2.0.html    18 Mar 2002 23:51:05 -0000      1.8
  +++ RELEASE-NOTES-2.0.html    19 Mar 2002 00:11:56 -0000      1.9
  @@ -91,7 +91,9 @@
   
   <p><i>Bugs fixed:</i></p>
   <ul>
  -  <li>ArrayIterator can now iterate over arrays of primatives</li>
  +  <li>ArrayIterator can now iterate over arrays of primatives.</li>
  +  <li>ArrayIterator.setArray(Object) will no longer throw an
  +  ArrayIndexOutOfBounds exception.</li>
   </ul>
   
   <p><u>LRUMap</u></p>
  
  
  

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

Reply via email to