You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2020/09/29 08:24:31 UTC

[lucene-solr] 02/03: Remove unused imports.

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

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

commit 65a62b04c5b231e733f7fab2f82873aa450ecfcc
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Tue Sep 29 09:41:53 2020 +0200

    Remove unused imports.
---
 lucene/luke/build.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lucene/luke/build.gradle b/lucene/luke/build.gradle
index 9b6f47b..719e11f 100644
--- a/lucene/luke/build.gradle
+++ b/lucene/luke/build.gradle
@@ -14,9 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-import org.apache.tools.ant.taskdefs.condition.Os
 import org.apache.tools.ant.filters.*
-import java.nio.file.Files
 
 apply plugin: 'java-library'