remove unnecessary doc line

This commit is contained in:
fjy 2014-01-08 15:56:29 -08:00
parent 50a6839693
commit 0301dde671
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ public class TopNAlgorithmSelector
{
// These are just heuristics based on an analysis of where an inflection point may lie to switch
// between different algorithms
// More info: https://metamarkets.atlassian.net/wiki/display/APP/Top+n+speeds+with+uniques
if (cardinality > 400000 && numBytesPerRecord > 100) {
this.aggregateTopNMetricFirst = aggregateTopNMetricFirst;
}