tdiesler commented on code in PR #14808: URL: https://github.com/apache/camel/pull/14808#discussion_r1677500117
########## dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/RuntimeUtil.java: ########## @@ -24,10 +24,7 @@ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; -import java.util.ArrayList; -import java.util.List; -import java.util.Properties; -import java.util.StringJoiner; +import java.util.*; Review Comment: I asked about this [here](https://app.slack.com/client/E030G10V24F/C06D1DXF0KU) ``` mvn -f ./dsl/camel-jbang formatter:validate mvn -f ./dsl/camel-jbang formatter:format ``` show no warnings/errors. Perhaps I'm not doing this right. Also, perhaps I need to import some code-style for IntelliJ -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org