Author: bayard
Date: Thu Apr 8 07:42:45 2010
New Revision: 931821
URL: http://svn.apache.org/viewvc?rev=931821&view=rev
Log:
Fixed LocalUtils typo
Modified:
commons/proper/lang/trunk/src/site/xdoc/article2_5.xml
Modified: commons/proper/lang/trunk/src/site/xdoc/article2_5.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/article2_5.xml?rev=931821&r1=931820&r2=931821&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/article2_5.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/article2_5.xml Thu Apr 8 07:42:45
2010
@@ -115,7 +115,7 @@ support finding the Nth indexOf instead
<li><a href="http://issues.apache.org/jira/browse/LANG-204">LANG-204</a> and
<a href="http://issues.apache.org/jira/browse/LANG-506">LANG-506</a> -
Multithread improvements to the package private Entities
class, used behind the scenes by StringEscapeUtils. </li>
-<li><a href="http://issues.apache.org/jira/browse/LANG-511">LANG-511</a> -
Improve performance by deferring LocalUtils initialization. </li>
+<li><a href="http://issues.apache.org/jira/browse/LANG-511">LANG-511</a> -
Improve performance by deferring LocaleUtils initialization. </li>
<li><a href="http://issues.apache.org/jira/browse/LANG-523">LANG-523</a> - Two
orders of magnitude performance improvement in StrBuilder. </li>
<li><a href="http://issues.apache.org/jira/browse/LANG-467">LANG-467</a> -
Reverted the change to EqualsBuilder in Lang 2.4 to
specially handle BigDecimal. While useful, it put things out of sync with
HashCodeBuilder. </li>