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 1bc0511 commit 245080fCopy full SHA for 245080f
hbase-client/src/test/java/org/apache/hadoop/hbase/filter/RegexStringComparatorTest.java
@@ -17,6 +17,8 @@
17
*/
18
package org.apache.hadoop.hbase.filter;
19
20
+import java.nio.charset.StandardCharsets;
21
+import java.util.regex.Pattern;
22
import org.apache.hadoop.hbase.DoNotRetryUncheckedIOException;
23
import org.apache.hadoop.hbase.HBaseClassTestRule;
24
import org.apache.hadoop.hbase.testclassification.SmallTests;
@@ -26,9 +28,6 @@
26
28
import org.junit.Test;
27
29
import org.junit.experimental.categories.Category;
30
-import java.nio.charset.StandardCharsets;
-import java.util.regex.Pattern;
31
-
32
@Category(SmallTests.class)
33
public class RegexStringComparatorTest {
34
@ClassRule
0 commit comments