jongyoul commented on code in PR #4419: URL: https://github.com/apache/zeppelin/pull/4419#discussion_r927492092
########## zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java: ########## @@ -25,11 +25,7 @@ import java.net.URISyntaxException; import java.time.Duration; import java.time.format.DateTimeParseException; -import java.util.Arrays; -import java.util.Collections; -import java.util.HashMap; -import java.util.List; -import java.util.Map; +import java.util.*; Review Comment: I think you might change your IDE setting not to use `*`. You can change the value to `200` for instance. :-) -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org