Skip to content

Commit ed2568f

Browse files
authored
delete unused comments
1 parent 680135e commit ed2568f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/alicloud/openservices/tablestore/model/search/query/GeoPolygonQuery.java

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* 找出落在指定多边形包围起来的图形内的数据
10-
* <p>注意:这个查询器使用代价很大,请避免使用</p>
1110
* <p>场景举例:小黄车只能在繁华的地方服务,出了市区要收额外的服务费,而繁华的城市的边界是多边形的。我们想查询该车辆是否需要付额外的服务费,就需要通过搜索用户的经纬度是否在多边形内。</p>
1211
*/
1312
public class GeoPolygonQuery implements Query {

0 commit comments

Comments
 (0)