DATAMONGO-2050 - Polishing.

Tweak Javadoc.

Original pull request: #596.
This commit is contained in:
Mark Paluch
2018-08-15 15:03:37 +02:00
parent 9faeb1afe0
commit c1647ed269

View File

@@ -30,6 +30,8 @@ import com.mongodb.DBObject;
*
* @author Thomas Darimont
* @since 1.3
* @see <a href="https://docs.mongodb.com/manual/reference/operator/aggregation/geoNear/">MongoDB Aggregation Framework:
* $geoNear</a>
*/
public class GeoNearOperation implements AggregationOperation {
@@ -55,6 +57,7 @@ public class GeoNearOperation implements AggregationOperation {
* @param nearQuery must not be {@literal null}.
* @param distanceField must not be {@literal null}.
* @param indexKey can be {@literal null};
* @since 2.1
*/
private GeoNearOperation(NearQuery nearQuery, String distanceField, String indexKey) {