You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/08/18 14:04:51 UTC

[2/2] lucene-solr:branch_6x: drop empty javadoc line

drop empty javadoc line


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

Branch: refs/heads/branch_6x
Commit: 43aed486a9027a9d98df1aca6b784bd522b20903
Parents: 20a6818
Author: Steve Rowe <sa...@apache.org>
Authored: Thu Aug 18 10:04:09 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu Aug 18 10:04:09 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/43aed486/solr/core/src/java/org/apache/solr/core/CoreSorter.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/core/CoreSorter.java b/solr/core/src/java/org/apache/solr/core/CoreSorter.java
index 166f6bc..cccd84b 100644
--- a/solr/core/src/java/org/apache/solr/core/CoreSorter.java
+++ b/solr/core/src/java/org/apache/solr/core/CoreSorter.java
@@ -36,7 +36,6 @@ import static java.util.stream.Collectors.toList;
  * This is a utility class that sorts cores in such a way as to minimize other cores
  * waiting for replicas in the current node. This helps in avoiding leaderVote timeouts
  * happening in other nodes of the cluster
- *
  */
 public class CoreSorter {
   Map<String, CountsForEachShard> shardsVsReplicaCounts = new LinkedHashMap<>();