Remove annotation

Not allowed.
This commit is contained in:
Nik Everett 2017-01-27 12:37:35 -05:00
parent 8abd4101eb
commit e36e5fc994
1 changed files with 0 additions and 3 deletions

View File

@ -19,8 +19,6 @@
package org.elasticsearch.search.aggregations.metrics.tophits;
import com.carrotsearch.randomizedtesting.annotations.Repeat;
import org.apache.lucene.index.IndexWriter;
import org.apache.lucene.search.FieldComparator;
import org.apache.lucene.search.FieldDoc;
@ -52,7 +50,6 @@ import static java.lang.Math.max;
import static java.lang.Math.min;
import static java.util.Comparator.comparing;
@Repeat(iterations=1000)
public class InternalTopHitsTests extends InternalAggregationTestCase<InternalTopHits> {
/**
* Should the test instances look like they are sorted by some fields (true) or sorted by score (false). Set here because these need