Skip to content

Commit 245080f

Browse files
committed
fix wrong order
1 parent 1bc0511 commit 245080f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hbase-client/src/test/java/org/apache/hadoop/hbase/filter/RegexStringComparatorTest.java

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

20+
import java.nio.charset.StandardCharsets;
21+
import java.util.regex.Pattern;
2022
import org.apache.hadoop.hbase.DoNotRetryUncheckedIOException;
2123
import org.apache.hadoop.hbase.HBaseClassTestRule;
2224
import org.apache.hadoop.hbase.testclassification.SmallTests;
@@ -26,9 +28,6 @@
2628
import org.junit.Test;
2729
import org.junit.experimental.categories.Category;
2830

29-
import java.nio.charset.StandardCharsets;
30-
import java.util.regex.Pattern;
31-
3231
@Category(SmallTests.class)
3332
public class RegexStringComparatorTest {
3433
@ClassRule

0 commit comments

Comments
 (0)