You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2002/10/04 07:11:11 UTC

cvs commit: jakarta-commons/docs lang.html

bayard      2002/10/03 22:11:11

  Modified:    docs     lang.html
  Log:
  Modified by hand as I barely changed the xdoc.
  
  Revision  Changes    Path
  1.13      +7 -5      jakarta-commons/docs/lang.html
  
  Index: lang.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/lang.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- lang.html	19 Sep 2002 21:04:26 -0000	1.12
  +++ lang.html	4 Oct 2002 05:11:11 -0000	1.13
  @@ -172,9 +172,11 @@
   these extra methods. 
   </p>
                                                   <p>
  -The <em>Lang</em> Component provides a host of String manipulation methods, a nestable
  -exception structure available before JDK 1.4, basic numerical methods and 
  -object reflection, creation and serialization helpers.
  +The <em>Lang</em> Component provides a host of helper utilities for the java.lang API, notably 
  +String manipulation methods, basic numerical methods, object reflection, creation and serialization, 
  +and System properties. Additionally it contains an inheritable enum type, an exception structure that 
  +supports multiple types of nested-Exceptions and a series of utlities dedicated to help with 
  +building methods, such as hashCode, toString and equals.
   </p>
                               </blockquote>
           </p>
  @@ -193,8 +195,7 @@
   An alphabetical list of the package can be found in the <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/lang/STATUS.html">lang status document</a>.
   </p>
                                                   <p>
  -The <a href="lang/api/index.html">JavaDoc API documents</a> are available online
  -.
  +The <a href="lang/api/index.html">JavaDoc API documents</a> are available online.
   </p>
                               </blockquote>
           </p>
  @@ -210,6 +211,7 @@
         <tr><td>
           <blockquote>
                                       <ul>
  +<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0/">Version 1.0</a></li>
   <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0-b1/">Version 1.0-b1</a></li>
   </ul>
                               </blockquote>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>