LUCENE-6699: fix silly test bug

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1703537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2015-09-17 09:08:32 +00:00
parent 9e0061e157
commit f04d8a9025
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ public class TestGeo3DPointField extends LuceneTestCase {
hits.add(docID);
}
}
break;
continue;
case GeoArea.OVERLAPS:
if (VERBOSE) {
log.println(" GeoArea.OVERLAPS: keep splitting");