SingingBush commented on code in PR #44:
URL: https://github.com/apache/xerces-j/pull/44#discussion_r2507012599
##########
src/org/apache/xerces/dom/DOMNormalizer.java:
##########
@@ -1048,11 +1048,10 @@ protected final void namespaceFixUp (ElementImpl
element, AttributeMap attribute
* attribute with the given prefix and value for URI.
* In case prefix is empty will add/update default namespace declaration.
*
- * @param prefix
- * @param uri
- * @exception IOException
+ * @param prefix the text to use as a namespace
+ * @param uri the uri that is being namespaced
Review Comment:
fixing now
--
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]