bbejeck commented on code in PR #18069:
URL: https://github.com/apache/kafka/pull/18069#discussion_r1872203041


##########
tools/src/main/java/org/apache/kafka/tools/GroupsCommand.java:
##########
@@ -41,6 +39,10 @@
 import java.util.concurrent.TimeUnit;
 import java.util.stream.Stream;
 
+import joptsimple.ArgumentAcceptingOptionSpec;
+import joptsimple.OptionSpec;
+import joptsimple.OptionSpecBuilder;
+

Review Comment:
   Side cleanup from running `spotlessApply`



##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/streams/StreamsGroup.java:
##########
@@ -39,6 +39,7 @@
 import org.apache.kafka.timeline.TimelineHashMap;
 import org.apache.kafka.timeline.TimelineInteger;
 import org.apache.kafka.timeline.TimelineObject;
+

Review Comment:
   Side cleanup from running `spotlessApply`



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