8183583: LSSerializer docs have invalid character
authorjoehw
Wed, 05 Jul 2017 14:41:14 -0700
changeset 45850 20c710eeef15
parent 45761 9ef5029b247b
child 45851 94fe21707a04
8183583: LSSerializer docs have invalid character Reviewed-by: lancea
jaxp/src/java.xml/share/classes/org/w3c/dom/ls/LSSerializer.java
--- a/jaxp/src/java.xml/share/classes/org/w3c/dom/ls/LSSerializer.java	Thu Aug 24 16:25:08 2017 +0200
+++ b/jaxp/src/java.xml/share/classes/org/w3c/dom/ls/LSSerializer.java	Wed Jul 05 14:41:14 2017 -0700
@@ -136,7 +136,7 @@
  * <p> Within markup, but outside of attributes, any occurrence of a character
  * that cannot be represented in the output character encoding is reported
  * as a <code>DOMError</code> fatal error. An example would be serializing
- * the element &lt;LaCa\u00f1ada/&gt; with <code>encoding="us-ascii"</code>.
+ * the element &lt;LaCa&ntilde;ada/&gt; with <code>encoding="us-ascii"</code>.
  * This will result with a generation of a <code>DOMError</code>
  * "wf-invalid-character-in-node-name" (as proposed in "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-well-formed'>
  * well-formed</a>").