wchevreuil commented on a change in pull request #439: HBASE-22618 Provide a way to have Heterogeneous deployment URL: https://github.com/apache/hbase/pull/439#discussion_r312703038
########## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java ########## @@ -53,6 +47,10 @@ import org.junit.Test; import org.junit.experimental.categories.Category; +import static org.junit.Assert.*; Review comment: Am getting the following checkstyle issues, when running checkstyle locally: Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 50 -- | -- | -- | -- | -- Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 50 ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
