removing remaining lucene.experimental javadoc tag

This commit is contained in:
Nicholas Knize 2016-04-11 21:39:59 -05:00
parent 7112827dd2
commit 3460fdb3a4
1 changed files with 1 additions and 3 deletions

View File

@ -28,9 +28,7 @@ import org.apache.lucene.util.BitUtil;
* The geohash long format is represented as lon/lat (x/y) interleaved with the 4 least significant bits * The geohash long format is represented as lon/lat (x/y) interleaved with the 4 least significant bits
* representing the level (1-12) [xyxy...xyxyllll] * representing the level (1-12) [xyxy...xyxyllll]
* *
* This differs from a morton encoded value which interleaves lat/lon (y/x). * This differs from a morton encoded value which interleaves lat/lon (y/x).*
*
* @lucene.experimental
*/ */
public class GeoHashUtils { public class GeoHashUtils {
private static final char[] BASE_32 = {'0', '1', '2', '3', '4', '5', '6', private static final char[] BASE_32 = {'0', '1', '2', '3', '4', '5', '6',