removing dependency on spatial

This commit is contained in:
Peter Neubauer
2011-10-20 19:58:08 +02:00
committed by Michael Hunger
parent 6006727e42
commit 56d9067637

View File

@@ -17,12 +17,17 @@ package org.springframework.data.neo4j.support.index;
import java.util.Map;
<<<<<<< HEAD
<<<<<<< HEAD
import org.neo4j.graphdb.index.IndexManager;
import org.neo4j.helpers.collection.MapUtil;
=======
import org.neo4j.gis.spatial.indexprovider.SpatialIndexProvider;
>>>>>>> refactoring to support more index types
=======
import org.neo4j.graphdb.index.IndexManager;
import org.neo4j.helpers.collection.MapUtil;
>>>>>>> removing dependency on spatial
import org.neo4j.index.impl.lucene.LuceneIndexImplementation;
public enum IndexType