SingingBush commented on code in PR #36:
URL: https://github.com/apache/xerces-j/pull/36#discussion_r2450659261
##########
src/org/apache/xerces/dom/ParentNode.java:
##########
@@ -921,9 +926,15 @@ else if (!child1.isEqualNode(child2)) {
* Override default behavior so that if deep is true, children are also
* toggled.
* @see Node
- * <P>
+ * <p>
* Note: this will not change the state of an EntityReference or its
* children, which are always read-only.
+ * </p>
+ *
+ * @param readOnly True or false as desired.
Review Comment:
fixed
##########
src/org/apache/xerces/dom/CoreDocumentImpl.java:
##########
@@ -965,13 +965,18 @@ public String getDocumentURI(){
}
- /* NON-DOM
+ /**
+ * NON-DOM
Review Comment:
fixed
--
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]