remove MultiFormatTest note

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@635951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2008-03-11 14:38:32 +00:00
parent 5af8c72b3c
commit 7faaf81a6d
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ BUG FIXES IN 2.4:
* [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