iit2009060 commented on code in PR #21535: URL: https://github.com/apache/kafka/pull/21535#discussion_r2877380771
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImpl.java: ########## @@ -47,16 +51,10 @@ import java.io.File; import java.io.IOException; import java.time.Duration; -import java.util.ArrayList; -import java.util.Collections; -import java.util.HashMap; -import java.util.HashSet; -import java.util.List; -import java.util.Map; -import java.util.Optional; -import java.util.Set; +import java.util.*; Review Comment: Thanks for pointing out. , do you have some configuration in IDE which takes care of this automatically ? I can import the same setting which will prevent it. -- 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]
