Author: niallp
Date: Thu Feb 25 20:51:17 2010
New Revision: 916449

URL: http://svn.apache.org/viewvc?rev=916449&view=rev
Log:
2.5 changes report should show LANG-348 instead of LANG-438

Modified:
    commons/proper/lang/trunk/src/site/changes/changes.xml
    commons/proper/lang/trunk/src/site/xdoc/upgradeto2_5.xml

Modified: commons/proper/lang/trunk/src/site/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/changes/changes.xml?rev=916449&r1=916448&r2=916449&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Thu Feb 25 20:51:17 
2010
@@ -47,7 +47,7 @@
     <action type="add" issue="LANG-569">StringUtils - add indexOfIgnoreCase() 
and lastIndexOfIgnoreCase() methods</action>
     <action type="add" issue="LANG-471">StringUtils - add isAllUpperCase() and 
isAllLowerCase() methods</action>
     <action type="add" issue="LANG-469">StringUtils - add lastOrdinalIndexOf() 
method to complement the existing ordinalIndexOf() method</action>
-    <action type="add" issue="LANG-438">StringUtils - add repeat() 
method</action>
+    <action type="add" issue="LANG-348">StringUtils - add repeat() 
method</action>
     <action type="add" issue="LANG-445">StringUtils - add startsWithAny() 
method</action>
     <action type="add" issue="LANG-430">StringUtils - add upperCase(String, 
Locale) and lowerCase(String, Locale) methods</action>
     <action type="add" issue="LANG-416">New Reflection package containing 
ConstructorUtils, FieldUtils, MemberUtils and MethodUtils</action>

Modified: commons/proper/lang/trunk/src/site/xdoc/upgradeto2_5.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/upgradeto2_5.xml?rev=916449&r1=916448&r2=916449&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/upgradeto2_5.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/upgradeto2_5.xml Thu Feb 25 
20:51:17 2010
@@ -56,7 +56,7 @@
     * [LANG-569] - StringUtils - add indexOfIgnoreCase() and 
lastIndexOfIgnoreCase() methods
     * [LANG-471] - StringUtils - add isAllUpperCase() and isAllLowerCase() 
methods
     * [LANG-469] - StringUtils - add lastOrdinalIndexOf() method to complement 
the existing ordinalIndexOf() method
-    * [LANG-438] - StringUtils - add repeat() method
+    * [LANG-348] - StringUtils - add repeat() method
     * [LANG-445] - StringUtils - add startsWithAny() method
     * [LANG-430] - StringUtils - add upperCase(String, Locale) and 
lowerCase(String, Locale) methods
     * [LANG-416] - New Reflection package containing ConstructorUtils, 
FieldUtils, MemberUtils and MethodUtils


Reply via email to