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 6185aa27639..92b97411534 100644 --- a/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java +++ b/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java @@ -44,8 +44,6 @@ import java.util.HashSet; import java.util.List; import java.util.Set; -///CLOVER:OFF - /** * Based off of Solr 3's SpatialFilterTest. */ @@ -217,5 +215,3 @@ public class PortedSolr3Test extends StrategyTestCase { } } - -///CLOVER:ON