diff --git a/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java b/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java index 92b97411534..73233174e4f 100644 --- a/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java +++ b/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java @@ -44,6 +44,8 @@ import java.util.HashSet; import java.util.List; import java.util.Set; +///CLOVER:OFF + /** * Based off of Solr 3's SpatialFilterTest. */ @@ -215,3 +217,5 @@ public class PortedSolr3Test extends StrategyTestCase { } } + +///CLOVER:OFF