SingingBush commented on code in PR #44:
URL: https://github.com/apache/xerces-j/pull/44#discussion_r2507038533
##########
src/org/apache/xerces/stax/events/NotationDeclarationImpl.java:
##########
@@ -39,9 +41,13 @@ public final class NotationDeclarationImpl extends
XMLEventImpl implements
private final String fName;
/**
- * @param eventType
- * @param location
- * @param schemaType
+ * Constructor for an implementation of {@link NotationDeclaration}.
+ *
+ * @param name the name
+ * @param publicId the public id
Review Comment:
fixed to be same as equivalent in other methods
##########
src/org/apache/xerces/stax/events/NotationDeclarationImpl.java:
##########
@@ -39,9 +41,13 @@ public final class NotationDeclarationImpl extends
XMLEventImpl implements
private final String fName;
/**
- * @param eventType
- * @param location
- * @param schemaType
+ * Constructor for an implementation of {@link NotationDeclaration}.
+ *
+ * @param name the name
+ * @param publicId the public id
+ * @param systemId the system id
Review Comment:
fixed to be same as equivalent in other methods
--
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]