Reidddddd commented on a change in pull request #527: HBASE-22880 Move the DirScanPool out and do not use static field URL: https://github.com/apache/hbase/pull/527#discussion_r316992025
########## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestHFileArchiving.java ########## @@ -22,9 +22,7 @@ import static org.junit.Assert.assertTrue; import java.io.IOException; -import java.util.ArrayList; -import java.util.Collections; -import java.util.List; +import java.util.*; Review comment: Avoid import * ---------------------------------------------------------------- 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
