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/08/31 15:09:39 UTC

lucene-solr:branch_5_5: SOLR-9310: java 7 compile errors

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_5_5 0f2064bf5 -> 8655b97b2


SOLR-9310: java 7 compile errors


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

Branch: refs/heads/branch_5_5
Commit: 8655b97b27d8da470c8235683af11a8b85a2b10f
Parents: 0f2064b
Author: Noble Paul <no...@apache.org>
Authored: Wed Aug 31 20:39:26 2016 +0530
Committer: Noble Paul <no...@apache.org>
Committed: Wed Aug 31 20:39:26 2016 +0530

----------------------------------------------------------------------
 .../src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8655b97b/solr/core/src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java b/solr/core/src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java
index 458a283..9a6a629 100644
--- a/solr/core/src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java
@@ -8,7 +8,6 @@ import java.util.Collection;
 import java.util.HashSet;
 import java.util.List;
 import java.util.Set;
-import java.util.stream.Collectors;
 
 import org.apache.commons.lang.RandomStringUtils;
 import org.apache.lucene.util.LuceneTestCase.Slow;