Author: bayard
Date: Tue Sep 19 01:00:32 2006
New Revision: 447776

URL: http://svn.apache.org/viewvc?view=rev&rev=447776
Log:
Added a short bit of blurb about the text package

Modified:
    jakarta/commons/proper/lang/trunk/xdocs/userguide.xml

Modified: jakarta/commons/proper/lang/trunk/xdocs/userguide.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/xdocs/userguide.xml?view=diff&rev=447776&r1=447775&r2=447776
==============================================================================
--- jakarta/commons/proper/lang/trunk/xdocs/userguide.xml (original)
+++ jakarta/commons/proper/lang/trunk/xdocs/userguide.xml Tue Sep 19 01:00:32 
2006
@@ -220,7 +220,7 @@
    StrMatcher
    StrTokenizer
    -->
-   <p>The text package was added in Lang 2.2. </p>
+   <p>The text package was added in Lang 2.2. It provides, amongst other 
classes, a replacement for StringBuffer named <code>StrBuilder</code>, a class 
for substituting variables within a String named <code>StrSubstitutor</code> 
and a replacement for StringTokenizer named <code>StrTokenizer</code>. While 
somewhat ungainly, the <code>Str</code> prefix has been used to ensure we don't 
clash with any current or future standard Java classes. </p>
    </section>
 
    <a name="lang.time.*"></a>



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

Reply via email to