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

svn commit: r644305 - /commons/proper/lang/trunk/RELEASE-NOTES.txt

Author: ggregory
Date: Thu Apr  3 06:24:42 2008
New Revision: 644305

URL: http://svn.apache.org/viewvc?rev=644305&view=rev
Log:
fix typo.

Modified:
    commons/proper/lang/trunk/RELEASE-NOTES.txt

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=644305&r1=644304&r2=644305&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Thu Apr  3 06:24:42 2008
@@ -79,7 +79,7 @@
     * [LANG-353] - Javadoc Example for EqualsBuilder is questionable
     * [LANG-360] - Why does appendIdentityToString return null?
     * [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-365] - BooleanUtils.toBoolean() - invalid drop-thru in case statement causes StringIndexOutOfBoundsException
     * [LANG-367] - FastDateFormat thread safety