SingingBush commented on code in PR #28: URL: https://github.com/apache/xerces-j/pull/28#discussion_r2233831495
########## src/org/apache/wml/WMLAccessElement.java: ########## @@ -17,10 +17,9 @@ package org.apache.wml; /** - * <p>The interface is modeled after DOM1 Spec for HTML from W3C. + * The interface is modeled after DOM1 Spec for HTML from W3C. * The DTD used in this DOM model is from - * <a href="http://www.wapforum.org/DTD/wml_1.1.xml"> - * http://www.wapforum.org/DTD/wml_1.1.xml</a></p> + * <a href="http://www.wapforum.org/DTD/wml_1.1.xml">http://www.wapforum.org/DTD/wml_1.1.xml</a> Review Comment: same as previous - fixed all -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
