drop empty javadoc line

This commit is contained in:
Steve Rowe 2016-08-18 10:04:09 -04:00
parent 20a6818f1b
commit 43aed486a9
1 changed files with 0 additions and 1 deletions

View File

@ -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<>();