scolebourne 2004/10/07 15:45:27
Modified: lang/src/java/org/apache/commons/lang StringEscapeUtils.java
Log:
Fix javadoc to refer to the correct entities
from knuti at ibm
Revision Changes Path
1.30 +3 -3
jakarta-commons/lang/src/java/org/apache/commons/lang/StringEscapeUtils.java
Index: StringEscapeUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/StringEscapeUtils.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- StringEscapeUtils.java 5 Sep 2004 20:09:33 -0000 1.29
+++ StringEscapeUtils.java 7 Oct 2004 22:45:27 -0000 1.30
@@ -454,7 +454,7 @@
* <tt>&quot;bread&quot; &amp; &quot;butter&quot;</tt>.
* </p>
*
- * <p>Supports only the four basic XML entities (gt, lt, quot, amp).
+ * <p>Supports only the five basic XML entities (gt, lt, quot, amp, apos).
* Does not support DTDs or external entities.</p>
*
* @param str the <code>String</code> to escape, may be null
@@ -473,7 +473,7 @@
* containing the actual Unicode characters corresponding to the
* escapes.</p>
*
- * <p>Supports only the four basic XML entities (gt, lt, quot, amp).
+ * <p>Supports only the five basic XML entities (gt, lt, quot, amp, apos).
* Does not support DTDs or external entities.</p>
*
* @param str the <code>String</code> to unescape, may be null
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]