fix typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@644305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2008-04-03 13:24:42 +00:00
parent dd0deed066
commit 19d3272300
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ BUG FIXES IN 2.4:
* [LANG-353] - Javadoc Example for EqualsBuilder is questionable * [LANG-353] - Javadoc Example for EqualsBuilder is questionable
* [LANG-360] - Why does appendIdentityToString return null? * [LANG-360] - Why does appendIdentityToString return null?
* [LANG-361] - BooleanUtils toBooleanObject javadoc does not match implementation * [LANG-361] - BooleanUtils toBooleanObject javadoc does not match implementation
* [LANG-363] - StringEscapeUtils..escapeJavaScript() method did not escape '/' into '\/', it will make IE render page incorrectly * [LANG-363] - StringEscapeUtils.escapeJavaScript() method did not escape '/' into '\/', it will make IE render page incorrectly
* [LANG-364] - Documentation bug for ignoreEmptyTokens accessors in StrTokenizer * [LANG-364] - Documentation bug for ignoreEmptyTokens accessors in StrTokenizer
* [LANG-365] - BooleanUtils.toBoolean() - invalid drop-thru in case statement causes StringIndexOutOfBoundsException * [LANG-365] - BooleanUtils.toBoolean() - invalid drop-thru in case statement causes StringIndexOutOfBoundsException
* [LANG-367] - FastDateFormat thread safety * [LANG-367] - FastDateFormat thread safety