wcedmisten commented on a change in pull request #245: URL: https://github.com/apache/metamodel/pull/245#discussion_r557499239
########## File path: jdbc/src/test/java/org/apache/metamodel/jdbc/integrationtests/DB2Test.java ########## @@ -26,6 +26,8 @@ import org.apache.metamodel.query.Query; import org.apache.metamodel.schema.Schema; import org.apache.metamodel.schema.Table; +import org.junit.Test; +import static org.junit.Assert.*; Review comment: My IDE (IntelliJ Ultimate 2020) seems to automatically move the static import to the bottom, so I just manually moved the static ones to the top, for consistency with this codebase. The "organize import" also pulled in some new imports, so let me know if I should go back and remove them. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org