Author: niallp
Date: Thu Feb 25 20:50:07 2010
New Revision: 916448
URL: http://svn.apache.org/viewvc?rev=916448&view=rev
Log:
2.5 changes report should show LANG-348 instead of LANG-438
Modified:
commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml
commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml
Modified: commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml?rev=916448&r1=916447&r2=916448&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml
(original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml Thu Feb
25 20:50:07 2010
@@ -41,7 +41,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/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml?rev=916448&r1=916447&r2=916448&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml
(original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml Thu
Feb 25 20:50:07 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