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

[lucene-solr] 02/02: LUCENE-8843: Fix precommit

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

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

commit 74e2a5cb5186c9ad01f501065a191d2b5bb55d97
Author: Alan Woodward <ro...@apache.org>
AuthorDate: Tue Jun 11 09:56:10 2019 +0100

    LUCENE-8843: Fix precommit
---
 lucene/core/src/java/org/apache/lucene/util/IOUtils.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lucene/core/src/java/org/apache/lucene/util/IOUtils.java b/lucene/core/src/java/org/apache/lucene/util/IOUtils.java
index c4dfe10..b4142df 100644
--- a/lucene/core/src/java/org/apache/lucene/util/IOUtils.java
+++ b/lucene/core/src/java/org/apache/lucene/util/IOUtils.java
@@ -18,7 +18,6 @@ package org.apache.lucene.util;
 
 import java.io.BufferedReader;
 import java.io.Closeable;
-import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.InputStreamReader;