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


##########
src/org/apache/xerces/impl/xs/opti/DefaultXMLDocumentHandler.java:
##########
@@ -203,7 +203,7 @@ public void emptyElement(QName element, XMLAttributes 
attributes, Augmentations
      *                 parsed from a java.io.Reader).
      * @param augs     Additional information that may include infoset 
augmentations
      *                 
-     * @exception XNIException Thrown by handler to signal an error.
+     * @throws XNIException if an error occurs. This should be handled by 
implementations of {@link org.apache.xerces.xni.XMLDocumentHandler}

Review Comment:
   do  need a period at the end here since this is a second complete sentence



##########
src/org/apache/xerces/impl/xs/opti/AttrImpl.java:
##########
@@ -49,9 +49,9 @@ public AttrImpl() {
      * Constructs an attribute.
      *
      * @param element Element which owns this attribute
-     * @param prefix The QName prefix.
-     * @param localpart The QName localpart.
-     * @param rawname The QName rawname.
+     * @param prefix The QName prefix

Review Comment:
   The --> the
   



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