mjsax commented on code in PR #21535: URL: https://github.com/apache/kafka/pull/21535#discussion_r2898049364
########## 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: > do you have some configuration in IDE which takes care of this automatically I am using IntelliJ and you can increase the counter of `Class count to use import with '*'` and `Names count to use static import with '*'` to a high value like 100000... (Setting -> Editor -> Java -> Import). If you are using a different IDE, I would assume it also has a setting for it -- Google is your friend (or ChatGPT et al :D) -- 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]
