Author: bayard
Date: Tue Jul 19 05:08:14 2011
New Revision: 1148164
URL: http://svn.apache.org/viewvc?rev=1148164&view=rev
Log:
Fixing javadoc - it was pointing to the wrong translator
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java?rev=1148164&r1=1148163&r2=1148164&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java
Tue Jul 19 05:08:14 2011
@@ -496,7 +496,7 @@ public class StringEscapeUtils {
* <p>Note that unicode characters greater than 0x7f are as of 3.0, no
longer
* escaped. If you still wish this functionality, you can achieve it
* via the following:
- * {@code StringEscapeUtils.ESCAPE_XML.with( UnicodeEscaper.between(0x7f,
Integer.MAX_VALUE) );}</p>
+ * {@code StringEscapeUtils.ESCAPE_XML.with(
NumericEntityEscaper.between(0x7f, Integer.MAX_VALUE) );}</p>
*
* @param input the {@code String} to escape, may be null
* @return a new escaped {@code String}, {@code null} if null string input