You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/05/04 17:10:25 UTC

[31/50] lucene-solr:jira/solr-8668: SOLR-1485: remove unused import

SOLR-1485: remove unused import


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/f526b908
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f526b908
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f526b908

Branch: refs/heads/jira/solr-8668
Commit: f526b908f2e36870db10e9dee88b507b78fd2119
Parents: a68b778
Author: Erik Hatcher <eh...@apache.org>
Authored: Tue May 2 10:13:24 2017 -0400
Committer: Erik Hatcher <eh...@apache.org>
Committed: Tue May 2 10:13:24 2017 -0400

----------------------------------------------------------------------
 solr/core/src/java/org/apache/solr/util/PayloadDecoder.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f526b908/solr/core/src/java/org/apache/solr/util/PayloadDecoder.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/util/PayloadDecoder.java b/solr/core/src/java/org/apache/solr/util/PayloadDecoder.java
index cca50e2..e083d21 100644
--- a/solr/core/src/java/org/apache/solr/util/PayloadDecoder.java
+++ b/solr/core/src/java/org/apache/solr/util/PayloadDecoder.java
@@ -17,7 +17,6 @@
 
 package org.apache.solr.util;
 
-import org.apache.lucene.search.similarities.Similarity;
 import org.apache.lucene.util.BytesRef;
 
 /**