You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/10/20 02:13:04 UTC

[accumulo] branch main updated: Remove unused import

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 33a89fcef8 Remove unused import
33a89fcef8 is described below

commit 33a89fcef8d1b1d317afa270d6c586519a1a1e96
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Oct 19 22:12:37 2022 -0400

    Remove unused import
---
 core/src/main/java/org/apache/accumulo/fate/Fate.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/src/main/java/org/apache/accumulo/fate/Fate.java b/core/src/main/java/org/apache/accumulo/fate/Fate.java
index 2a98b6e15b..460c4dbd18 100644
--- a/core/src/main/java/org/apache/accumulo/fate/Fate.java
+++ b/core/src/main/java/org/apache/accumulo/fate/Fate.java
@@ -29,7 +29,6 @@ import static org.apache.accumulo.fate.ReadOnlyTStore.TStatus.SUBMITTED;
 import static org.apache.accumulo.fate.ReadOnlyTStore.TStatus.SUCCESSFUL;
 import static org.apache.accumulo.fate.ReadOnlyTStore.TStatus.UNKNOWN;
 
-import java.io.IOException;
 import java.util.EnumSet;
 import java.util.concurrent.ExecutorService;
 import java.util.concurrent.RejectedExecutionException;