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


##########
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
+     * @exception IOException will be thrown if cannot write the attribute

Review Comment:
   fixed in next commit (using same text as previous comment)



##########
src/org/apache/xml/serialize/XMLSerializer.java:
##########
@@ -1388,7 +1392,7 @@ protected void printText( char[] chars, int start, int 
length,
     * DOM Level 3:
     * Check a node to determine if it contains unbound namespace prefixes.
     *
-    * @param node The node to check for unbound namespace prefices
+    * @param node the node to check for unbound namespace prefices

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