We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a4edd commit 1289597Copy full SHA for 1289597
driver-core/src/main/com/mongodb/client/model/Aggregates.java
@@ -393,7 +393,7 @@ public static Bson out(final String collectionName) {
393
* @since 3.4
394
*/
395
public static <TExpression> Bson replaceRoot(final TExpression value) {
396
- return new ReplaceRootStage(value);
+ return new ReplaceRootStage<TExpression>(value);
397
}
398
399
/**
0 commit comments