You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: marklogic-client-api/src/main/java/com/marklogic/client/expression/CtsExpr.java
-2
Original file line number
Diff line number
Diff line change
@@ -164,8 +164,6 @@ public interface CtsExpr {
164
164
/**
165
165
* Returns a geospatial circle value.
166
166
*
167
-
* <a name="ml-server-type-circle"></a>
168
-
169
167
* <p>
170
168
* Provides a client interface to the <a href="http://docs.marklogic.com/cts:circle" target="mlserverdoc">cts:circle</a> server function.
171
169
* @param radius The radius of the circle. The units for the radius is determined at runtime by the query options (miles is currently the only option). (of <a href="{@docRoot}/doc-files/types/xs_double.html">xs:double</a>)
0 commit comments