Skip to content

Commit 208bd6a

Browse files
committed
DATAMONGO-2050 - Polishing.
Tweak Javadoc. Original pull request: #596.
1 parent 6441975 commit 208bd6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/GeoNearOperation.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
* @author Thomas Darimont
3131
* @author Christoph Strobl
3232
* @since 1.3
33+
* @see <a href="https://docs.mongodb.com/manual/reference/operator/aggregation/geoNear/">MongoDB Aggregation Framework:
34+
* $geoNear</a>
3335
*/
3436
public class GeoNearOperation implements AggregationOperation {
3537

@@ -55,6 +57,7 @@ public GeoNearOperation(NearQuery nearQuery, String distanceField) {
5557
* @param nearQuery must not be {@literal null}.
5658
* @param distanceField must not be {@literal null}.
5759
* @param indexKey can be {@literal null};
60+
* @since 2.1
5861
*/
5962
private GeoNearOperation(NearQuery nearQuery, String distanceField, @Nullable String indexKey) {
6063

0 commit comments

Comments
 (0)