mmodzelewski commented on code in PR #2939:
URL: https://github.com/apache/iggy/pull/2939#discussion_r2939868816


##########
foreign/java/java-sdk/src/main/java/org/apache/iggy/system/ClientInfoDetails.java:
##########
@@ -30,7 +29,7 @@ public record ClientInfoDetails(
         String transport,
         Long consumerGroupsCount,
         List<ConsumerGroupInfo> consumerGroups) {
-    public ClientInfoDetails(ClientInfo clientInfo, 
ArrayList<ConsumerGroupInfo> consumerGroups) {
+    public ClientInfoDetails(ClientInfo clientInfo, List<ConsumerGroupInfo> 
consumerGroups) {

Review Comment:
   Good catch, I'm sure it was an overlook



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to