mattrpav commented on code in PR #1563: URL: https://github.com/apache/activemq/pull/1563#discussion_r2765552028
########## activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/MessageDatabase.java: ########## @@ -89,11 +89,8 @@ import org.apache.activemq.store.kahadb.disk.index.BTreeIndex; import org.apache.activemq.store.kahadb.disk.index.BTreeVisitor; import org.apache.activemq.store.kahadb.disk.index.ListIndex; -import org.apache.activemq.store.kahadb.disk.journal.DataFile; -import org.apache.activemq.store.kahadb.disk.journal.Journal; +import org.apache.activemq.store.kahadb.disk.journal.*; Review Comment: I know Intellij defaults to use wildcard imports. However, I'm not a fan b/c it makes discovery via searching less deterministic. Not a blocker, more of a mention to get other's feedback -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
