SingingBush commented on code in PR #28: URL: https://github.com/apache/xerces-j/pull/28#discussion_r2230532723
########## src/org/apache/xerces/xni/XMLAttributes.java: ########## @@ -83,21 +83,22 @@ public interface XMLAttributes { * * @param attrIndex The attribute index. */ - public void removeAttributeAt(int attrIndex); + void removeAttributeAt(int attrIndex); /** - * Returns the number of attributes in the list. + * @return the number of attributes in the list. Review Comment: how so? the method returns an int that is the number of attributes in the list. The problem with this javadoc was that there was no `@return` and now there is. conveniently I used the description that was already there and now this javadoc block has no errors -- 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: j-dev-unsubscr...@xerces.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org