You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/09/22 10:03:35 UTC

lucene-solr:branch_6x: SOLR-8995: Use lamdas in URPs

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 2ac8085d4 -> ffc2ce8dd


SOLR-8995: Use lamdas in  URPs


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

Branch: refs/heads/branch_6x
Commit: ffc2ce8ddb32d6a2200d279981914a56e9c9efa5
Parents: 2ac8085
Author: Noble Paul <no...@apache.org>
Authored: Thu Sep 22 15:32:24 2016 +0530
Committer: Noble Paul <no...@apache.org>
Committed: Thu Sep 22 15:33:13 2016 +0530

----------------------------------------------------------------------
 .../update/processor/ParseBooleanFieldUpdateProcessorFactory.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ffc2ce8d/solr/core/src/java/org/apache/solr/update/processor/ParseBooleanFieldUpdateProcessorFactory.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/update/processor/ParseBooleanFieldUpdateProcessorFactory.java b/solr/core/src/java/org/apache/solr/update/processor/ParseBooleanFieldUpdateProcessorFactory.java
index 8002df4..5e5f2a4 100644
--- a/solr/core/src/java/org/apache/solr/update/processor/ParseBooleanFieldUpdateProcessorFactory.java
+++ b/solr/core/src/java/org/apache/solr/update/processor/ParseBooleanFieldUpdateProcessorFactory.java
@@ -22,7 +22,6 @@ import java.util.HashSet;
 import java.util.Locale;
 import java.util.Set;
 
-import com.google.common.collect.ImmutableSet;
 import org.apache.solr.common.SolrException;
 import org.apache.solr.common.SolrException.ErrorCode;
 import org.apache.solr.common.util.NamedList;