dongjinleekr commented on a change in pull request #10507:
URL: https://github.com/apache/kafka/pull/10507#discussion_r644545454



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/kstream/internals/AbstractStream.java
##########
@@ -16,6 +16,10 @@
  */
 package org.apache.kafka.streams.kstream.internals;
 
+import java.util.Collection;
+import java.util.HashSet;
+import java.util.Objects;
+import java.util.Set;

Review comment:
       @jeqo Yes, but don't feel so burdened - I am ready to expand the 
formatter to streams module as soon as the PR (currently formats core module 
only) is merged. :wink: @cadonna

##########
File path: 
streams/src/main/java/org/apache/kafka/streams/kstream/internals/AbstractStream.java
##########
@@ -16,6 +16,10 @@
  */
 package org.apache.kafka.streams.kstream.internals;
 
+import java.util.Collection;
+import java.util.HashSet;
+import java.util.Objects;
+import java.util.Set;

Review comment:
       @cadonna The sooner you merge the PR, I can start to apply the formatter 
to the streams module sooner. :smiley: 




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to