You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kr...@apache.org on 2019/02/01 20:32:21 UTC

[lucene-solr] branch master updated: Fix precommit - unused import

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 429481b  Fix precommit - unused import
429481b is described below

commit 429481bc82d8daf0ecec8e8f85dc81a961898f2e
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Feb 1 15:20:58 2019 -0500

    Fix precommit - unused import
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 .../hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java b/solr/core/src/test/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java
index c2ba0c1..4564696 100644
--- a/solr/core/src/test/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java
+++ b/solr/core/src/test/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java
@@ -41,7 +41,6 @@ import java.util.concurrent.ExecutionException;
 import java.util.concurrent.ForkJoinPool;
 import java.util.concurrent.ForkJoinTask;
 import java.util.concurrent.RecursiveAction;
-import java.util.concurrent.RejectedExecutionException;
 import java.util.concurrent.atomic.AtomicLong;
 
 import org.slf4j.Logger;