remove todo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2010-09-21 12:57:23 +00:00
parent d204e7331c
commit 2595c91906
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.apache.lucene.spatial.tier.InvalidGeoException;
* flux and might change in incompatible ways in the next
* release.</font>
*/
//TODO: Move this up one package level
public class DistanceUtils {
public static final double DEGREES_TO_RADIANS = Math.PI / 180.0;