This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 7b523af1381 HBASE-27401 Addendum remove unused imports
7b523af1381 is described below

commit 7b523af13819263298263fdd375ed0e164bb0a38
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Oct 7 17:09:43 2022 +0800

    HBASE-27401 Addendum remove unused imports
---
 .../test/java/org/apache/hadoop/hbase/client/TestClientNoCluster.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientNoCluster.java
 
b/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientNoCluster.java
index 3b91708af6a..921a5786940 100644
--- 
a/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientNoCluster.java
+++ 
b/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientNoCluster.java
@@ -30,7 +30,6 @@ import java.util.Random;
 import java.util.SortedMap;
 import java.util.concurrent.CompletableFuture;
 import java.util.concurrent.ConcurrentSkipListMap;
-import java.util.concurrent.ExecutionException;
 import java.util.concurrent.ExecutorService;
 import java.util.concurrent.Executors;
 import java.util.concurrent.atomic.AtomicInteger;

Reply via email to