junrao commented on code in PR #19036: URL: https://github.com/apache/kafka/pull/19036#discussion_r1974060328
########## clients/src/main/java/org/apache/kafka/clients/admin/AbortTransactionOptions.java: ########## @@ -16,9 +16,7 @@ */ package org.apache.kafka.clients.admin; -import org.apache.kafka.common.annotation.InterfaceStability; Review Comment: extra new line. Ditto in quite a few other places. ########## clients/src/main/java/org/apache/kafka/clients/admin/AbortTransactionResult.java: ########## @@ -27,7 +26,6 @@ * * The API of this class is evolving, see {@link Admin} for details. */ -@InterfaceStability.Evolving Review Comment: Could we adjust the comment above accordingly? Ditto in quite a few other places. ########## clients/src/main/java/org/apache/kafka/common/acl/AccessControlEntryFilter.java: ########## @@ -26,7 +25,6 @@ * * The API for this class is still evolving and we may break compatibility in minor releases, if necessary. */ -@InterfaceStability.Evolving Review Comment: Could we adjust the comment above accordingly? ########## clients/src/main/java/org/apache/kafka/common/acl/AccessControlEntry.java: ########## @@ -17,7 +17,6 @@ package org.apache.kafka.common.acl; -import org.apache.kafka.common.annotation.InterfaceStability; Review Comment: extra new line ########## clients/src/main/java/org/apache/kafka/common/acl/AccessControlEntryFilter.java: ########## @@ -17,7 +17,6 @@ package org.apache.kafka.common.acl; -import org.apache.kafka.common.annotation.InterfaceStability; Review Comment: extra newline ########## clients/src/main/java/org/apache/kafka/common/acl/AccessControlEntry.java: ########## @@ -26,7 +25,6 @@ * * The API for this class is still evolving and we may break compatibility in minor releases, if necessary. */ -@InterfaceStability.Evolving Review Comment: Could we adjust the comment above accordingly? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org