Rancho-7 commented on code in PR #19529:
URL: https://github.com/apache/kafka/pull/19529#discussion_r2058244315


##########
connect/mirror/src/test/java/org/apache/kafka/connect/mirror/clients/admin/FakeLocalMetadataStore.java:
##########
@@ -112,7 +112,7 @@ public static List<AclBinding> aclBindings(String 
aclPrinciple) {
      * @param aclBinding {@link AclBinding}
      */
     public static void addACLs(String principal, AclBinding aclBinding) {
-        Vector<AclBinding> aclBindings = 
FakeLocalMetadataStore.ALL_ACLS.getOrDefault(principal, new Vector<>());
+        List<AclBinding> aclBindings = 
FakeLocalMetadataStore.ALL_ACLS.getOrDefault(principal, new ArrayList<>());

Review Comment:
   opened https://issues.apache.org/jira/browse/KAFKA-19196 to track this.



-- 
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

Reply via email to