You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "clolov (via GitHub)" <gi...@apache.org> on 2023/02/08 09:38:08 UTC

[GitHub] [kafka] clolov commented on a diff in pull request #13212: MINOR: Remove accidental unnecessary code; fix comment references; use bulk operations

clolov commented on code in PR #13212:
URL: https://github.com/apache/kafka/pull/13212#discussion_r1099881202


##########
clients/src/main/java/org/apache/kafka/clients/admin/AlterClientQuotasOptions.java:
##########
@@ -19,6 +19,8 @@
 
 import org.apache.kafka.common.annotation.InterfaceStability;
 
+import java.util.Collection;

Review Comment:
   Javadocs was complaining that it doesn't know about this. The same for the other imports 😊 



-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org