scolebourne    2003/07/15 14:53:47

  Modified:    lang     STATUS.html
  Log:
  Fix typos
  from Phil Steitz
  
  Revision  Changes    Path
  1.43      +8 -8      jakarta-commons/lang/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/STATUS.html,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- STATUS.html       14 Jul 2003 23:02:53 -0000      1.42
  +++ STATUS.html       15 Jul 2003 21:53:47 -0000      1.43
  @@ -68,7 +68,7 @@
    <li><strong>Fraction</strong> - A fraction.</li>
    <li><strong>JVMRandom</strong> - An implementation of Random that does its best to 
appear to sit on top of java.lang.Math's private Random class.</li>
    <li><strong>NumberUtils</strong> - Helper for java.lang.Number and its 
subclasses.</li>
  - <li><strong>Range</strong> - A range of numbers<, of which there are classes 
representing Numbers, ints, doubles, longs and floats./li>
  + <li><strong>Range</strong> - A range of numbers, of which there are classes 
representing Numbers, ints, doubles, longs and floats.</li>
    <li><strong>RandomUtils</strong> - A utility class for working with random 
numbers.</li>
   </ul></li>
   
  @@ -133,14 +133,14 @@
   <p>Want to help?  Here's some "to do" items the team has identified as possibly 
being in scope for Lang. Note that all are still under discussion, so please mail the 
list before actioning.</p>
   <ul>
   <li>Reflection utilities - work underway in reflect package.</li>
  -<li>DateRange/Duration class</li>
  -<li>DurationFormatUtils to be completed and made public</li>
  +<li>DateRange/Duration class.</li>
  +<li>DurationFormatUtils to be completed and made public.</li>
   <li>CloneUtils - utility class to enable cloning via various different mechanisms. 
This code exists in [pattern] at present.</li>
  -<li>StringUtils.reverseSplit(String, String delim, int count). Should basically be 
a 'reverseArray(reverseDelimitedString(split(txt, delim, count)))</li>
  -<li>CharUtils - Utilities to work on a char[] in the same way as a String
  -<li>AStringBuffer - A StringBuffer implementation with additional methods from 
StringUtils
  +<li>StringUtils.reverseSplit(String, String delim, int count). Should basically be 
a 'reverseArray(reverseDelimitedString(split(txt, delim, count)))'.</li>
  +<li>CharUtils - Utilities to work on a char[] in the same way as a String.</li>
  +<li>AStringBuffer - A StringBuffer implementation with additional methods from 
StringUtils.</li>
   <li>O(n) - Document all algorithm-implementing methods with the order. Possibly 
with an O(n) on the end of each parameterm or with an @order tag.</li>
  -<li>Money and Currency</li>
  +<li>Money and Currency.</li>
   <li>Code examples - Document as many static methods as possible with example 
usage.</li>
   <li>Faster StringTokeniser - Is Java's slow?</li>
   </ul>
  
  
  

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

Reply via email to