From 3460fdb3a437563da8cf9ce98cba2b286befde33 Mon Sep 17 00:00:00 2001 From: Nicholas Knize Date: Mon, 11 Apr 2016 21:39:59 -0500 Subject: [PATCH] removing remaining lucene.experimental javadoc tag --- .../main/java/org/elasticsearch/common/geo/GeoHashUtils.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/main/java/org/elasticsearch/common/geo/GeoHashUtils.java b/core/src/main/java/org/elasticsearch/common/geo/GeoHashUtils.java index 999a0e7e7dd..4087704d5cd 100644 --- a/core/src/main/java/org/elasticsearch/common/geo/GeoHashUtils.java +++ b/core/src/main/java/org/elasticsearch/common/geo/GeoHashUtils.java @@ -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 * representing the level (1-12) [xyxy...xyxyllll] * - * This differs from a morton encoded value which interleaves lat/lon (y/x). - * - * @lucene.experimental + * This differs from a morton encoded value which interleaves lat/lon (y/x).* */ public class GeoHashUtils { private static final char[] BASE_32 = {'0', '1', '2', '3', '4', '5', '6',