diff --git a/src/java/org/apache/solr/schema/SpatialTileField.java b/src/java/org/apache/solr/schema/SpatialTileField.java index 75003614a4c..72857718870 100644 --- a/src/java/org/apache/solr/schema/SpatialTileField.java +++ b/src/java/org/apache/solr/schema/SpatialTileField.java @@ -37,9 +37,9 @@ import org.apache.solr.search.function.distance.DistanceUtils; import org.apache.solr.util.plugin.ResourceLoaderAware; import java.io.IOException; +import java.util.ArrayList; import java.util.List; import java.util.Map; -import java.util.ArrayList; /** @@ -50,7 +50,7 @@ import java.util.ArrayList; *
* Querying directly against this field is probably not all that useful unless you specifically know the box id * - * + * * See http://wiki.apache.org/solr/SpatialSearch */ public class SpatialTileField extends AbstractSubTypeFieldType implements ResourceLoaderAware { @@ -64,7 +64,7 @@ public class SpatialTileField extends AbstractSubTypeFieldType implements Resour private static final int DEFAULT_START_LEVEL = 4; private int start = DEFAULT_START_LEVEL, end = DEFAULT_END_LEVEL; - private int tileDiff = DEFAULT_END_LEVEL - DEFAULT_START_LEVEL;//we're going to need this over and over, so cache it. + private int tileDiff;//we're going to need this over and over, so cache it. private String projectorName; protected List