File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
driver-core/src/main/com/mongodb/client/model
driver-legacy/src/main/com/mongodb Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
* Builders for accumulators used in the group pipeline stage of an aggregation pipeline.
21
21
*
22
22
* @mongodb.driver.manual core/aggregation-pipeline/ Aggregation pipeline
23
- * @mongodb.driver.manual operator/aggregation/group/#accumulator-operator Accumulators
23
+ * @mongodb.driver.manual reference/ operator/aggregation/group/#accumulator-operator Accumulators
24
24
* @mongodb.driver.manual meta/aggregation-quick-reference/#aggregation-expressions Expressions
25
25
* @mongodb.server.release 2.2
26
26
* @since 3.1
Original file line number Diff line number Diff line change 26
26
* A builder for a single write request.
27
27
*
28
28
* @mongodb.server.release 2.6
29
- * @mongodb.driver.manual / reference/command/delete/ Delete
30
- * @mongodb.driver.manual / reference/command/update/ Update
31
- * @mongodb.driver.manual / reference/command/insert/ Insert
29
+ * @mongodb.driver.manual reference/command/delete/ Delete
30
+ * @mongodb.driver.manual reference/command/update/ Update
31
+ * @mongodb.driver.manual reference/command/insert/ Insert
32
32
* @since 2.12
33
33
*/
34
34
public class BulkWriteRequestBuilder {
You can’t perform that action at this time.
0 commit comments