jeanouii commented on code in PR #1563: URL: https://github.com/apache/activemq/pull/1563#discussion_r2765738022
########## 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: Yes, you are correct IntelliJ... I agree with the feedback because I share it and I usually set an high value to make sure Intellij does not abbreviate using * I'll fix it after the end of the build. -- 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
