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


##########
src/org/apache/xerces/stax/events/CharactersImpl.java:
##########
@@ -39,9 +39,13 @@ public final class CharactersImpl extends XMLEventImpl 
implements Characters {
 
     /**
      * Standard constructor.
-     * @param eventType
-     * @param location
-     * @param schemaType
+     *
+     * @param data the text characters of this event
+     * @param eventType int value representing the type of this event. {@see 
javax.xml.stream.XMLStreamConstants}
+     * @param location Location object for this event.

Review Comment:
   fixing 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