mirror of https://github.com/apache/lucene.git
Fix missing import from refactor. Update change log
This commit is contained in:
parent
6c219e99e4
commit
9ed95bc6e8
|
@ -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)
|
||||
|
||||
|
|
|
@ -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} */
|
||||
|
|
Loading…
Reference in New Issue