You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2019/06/11 19:32:03 UTC

[lucene-solr] branch branch_8x updated: LUCENE-8853: Fix imports

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new c2e7845  LUCENE-8853: Fix imports
c2e7845 is described below

commit c2e78455c28fab325c599501a7f752477616191d
Author: Simon Willnauer <si...@apache.org>
AuthorDate: Tue Jun 11 21:31:50 2019 +0200

    LUCENE-8853: Fix imports
---
 .../test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java b/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java
index 6d9d1b4..6bc1843 100644
--- a/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java
+++ b/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java
@@ -91,7 +91,6 @@ import org.apache.lucene.store.ByteBuffersDirectory;
 import org.apache.lucene.store.Directory;
 import org.apache.lucene.store.FSDirectory;
 import org.apache.lucene.store.FSLockFactory;
-import org.apache.lucene.store.FileSwitchDirectory;
 import org.apache.lucene.store.FlushInfo;
 import org.apache.lucene.store.IOContext;
 import org.apache.lucene.store.LockFactory;