Skip to content

Commit a880b4d

Browse files
committed
checkstyle
1 parent 1e751f2 commit a880b4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/master/cleaner/TestCleanerChore.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
*/
1818
package org.apache.hadoop.hbase.master.cleaner;
1919

20-
import static org.hamcrest.MatcherAssert.*;
21-
import static org.hamcrest.Matchers.*;
20+
import static org.hamcrest.MatcherAssert.assertThat;
21+
import static org.hamcrest.Matchers.containsString;
22+
import static org.hamcrest.Matchers.instanceOf;
2223
import static org.junit.Assert.assertEquals;
2324
import static org.junit.Assert.assertFalse;
2425
import static org.junit.Assert.assertThrows;

0 commit comments

Comments
 (0)