LUCENE-7163: move Polygon's test too

This commit is contained in:
Robert Muir 2016-04-03 13:33:24 -04:00
parent a70c3df7a6
commit 741a1e4eed
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.lucene.spatial.util;
package org.apache.lucene.geo;
import org.apache.lucene.geo.Polygon;
import org.apache.lucene.util.LuceneTestCase;