SingingBush commented on code in PR #28:
URL: https://github.com/apache/xerces-j/pull/28#discussion_r2232837249


##########
src/org/apache/xml/serialize/XMLSerializer.java:
##########
@@ -1099,9 +1103,9 @@ protected void serializeElement( Element elem )
      * Serializes a namespace attribute with the given prefix and value for 
URI.
      * In case prefix is empty will serialize default namespace declaration.
      * 
-     * @param prefix
-     * @param uri
-     * @exception IOException
+     * @param prefix the namespace prefix. If empty the default namespace 
declaration will be used
+     * @param uri the uri value

Review Comment:
   fixed in next commit



-- 
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]

Reply via email to