From 637fa5d715c9fe469081cb34f2c97fab0240c32c Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Thu, 5 Jul 2012 21:46:30 +0000 Subject: [PATCH] did not help :( git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1357952 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/org/apache/lucene/spatial/PortedSolr3Test.java | 4 ---- 1 file changed, 4 deletions(-) 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