clolov commented on code in PR #12046:
URL: https://github.com/apache/kafka/pull/12046#discussion_r855820840
##########
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java:
##########
@@ -331,7 +331,7 @@ public class KafkaAdminClient extends AdminClient {
/**
* The name of this AdminClient instance.
*/
- private final String clientId;
+ final String clientId;
Review Comment:
I don't believe I have comments for the rest of the changes, but is there a
reason you are changing the visibility level here? A quick Google search claims
that the default visibility is package-private.
--
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]