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


##########
clients/src/test/java/org/apache/kafka/clients/admin/MockAdminClient.java:
##########
@@ -94,6 +100,8 @@ public class MockAdminClient extends AdminClient {
 
     private Map<MetricName, Metric> mockMetrics = new HashMap<>();
 
+    private final List<DelegationToken> alltokens = new ArrayList<>();

Review Comment:
   ```suggestion
       private final List<DelegationToken> allTokens = new ArrayList<>();
   ```



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