We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e751f2 commit a880b4dCopy full SHA for a880b4d
hbase-server/src/test/java/org/apache/hadoop/hbase/master/cleaner/TestCleanerChore.java
@@ -17,8 +17,9 @@
17
*/
18
package org.apache.hadoop.hbase.master.cleaner;
19
20
-import static org.hamcrest.MatcherAssert.*;
21
-import static org.hamcrest.Matchers.*;
+import static org.hamcrest.MatcherAssert.assertThat;
+import static org.hamcrest.Matchers.containsString;
22
+import static org.hamcrest.Matchers.instanceOf;
23
import static org.junit.Assert.assertEquals;
24
import static org.junit.Assert.assertFalse;
25
import static org.junit.Assert.assertThrows;
0 commit comments