Fix missing import from refactor. Update change log

This commit is contained in:
nknize 2016-04-02 14:06:20 -05:00
parent 6c219e99e4
commit 9ed95bc6e8
2 changed files with 4 additions and 1 deletions

View File

@ -18,6 +18,9 @@ New Features
API Changes
* LUCENE-7163: refactor GeoRect, Polygon, and GeoUtils tests to geo
package in core (Nick Knize)
* LUCENE-7152: Refactor GeoUtils from lucene-spatial package to
core (Nick Knize)

View File

@ -16,7 +16,7 @@
*/
package org.apache.lucene.document;
import org.apache.lucene.spatial.util.GeoTestUtil;
import org.apache.lucene.geo.GeoTestUtil;
import org.apache.lucene.util.LuceneTestCase;
/** Simple tests for {@link LatLonPoint} */