You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/03/11 15:38:34 UTC

svn commit: r635951 - /commons/proper/lang/trunk/xdocs/upgradeto2_4.xml

Author: mbenson
Date: Tue Mar 11 07:38:32 2008
New Revision: 635951

URL: http://svn.apache.org/viewvc?rev=635951&view=rev
Log:
remove MultiFormatTest note

Modified:
    commons/proper/lang/trunk/xdocs/upgradeto2_4.xml

Modified: commons/proper/lang/trunk/xdocs/upgradeto2_4.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/upgradeto2_4.xml?rev=635951&r1=635950&r2=635951&view=diff
==============================================================================
--- commons/proper/lang/trunk/xdocs/upgradeto2_4.xml (original)
+++ commons/proper/lang/trunk/xdocs/upgradeto2_4.xml Tue Mar 11 07:38:32 2008
@@ -100,7 +100,6 @@
     * [LANG-368] - FastDateFormat getDateInstance() and getDateTimeInstance() assume Locale.getDefault() won't change
     * [LANG-369] - ExceptionUtils not thread-safe
     * [LANG-372] - ToStringBuilder: MULTI_LINE_STYLE does not print anything from appendToString methods.
-    * [LANG-376] - MultiFormatTest testWTF() does nothing useful
     * [LANG-380] - infinite loop in Fraction.reduce when numerator == 0
     * [LANG-381] - NumberUtils.min(floatArray) returns wrong value if floatArray[0] happens to be Float.NaN
     * [LANG-385] - http://commons.apache.org/lang/developerguide.html "Building" section is incorrect and incomplete