File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
driver-core/src/main/com/mongodb/client/model Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public List<BsonField> getOutput() {
5151 *
5252 * @param granularity the granularity of the bucket definitions
5353 * @return this
54- * @link the <a href="https://en.wikipedia.org/wiki/Preferred_number">wiki page </a> on preferred numbers
54+ * @see <a href="https://en.wikipedia.org/wiki/Preferred_number">Preferred numbers </a>
5555 * @see BucketGranularity
5656 */
5757 public BucketAutoOptions granularity (final BucketGranularity granularity ) {
Original file line number Diff line number Diff line change 2121 *
2222 * @mongodb.driver.manual reference/operator/aggregation/bucketAuto/ $bucketAuto
2323 * @mongodb.server.release 3.4
24- * @link <a href="https://en.wikipedia.org/wiki/Preferred_number">Preferred numbers</a>
24+ * @see <a href="https://en.wikipedia.org/wiki/Preferred_number">Preferred numbers</a>
2525 * @since 3.4
2626 */
2727public enum BucketGranularity {
You can’t perform that action at this time.
0 commit comments