brusdev commented on code in PR #5571: URL: https://github.com/apache/activemq-artemis/pull/5571#discussion_r2006878882
########## artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/AddressControl.java: ########## @@ -29,14 +29,14 @@ public interface AddressControl { String NUMBER_OF_PAGES_DESCRIPTION = "number of pages used by this address"; String LIMIT_PERCENT_DESCRIPTION = "the % of memory limit (global or local) that is in use by this address"; - /** - * {@return the managed address} - */ + @Attribute(desc = "address internal ID") + long getId(); Review Comment: getId is missing the return java doc tag -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact