Skip to content

Commit 1289597

Browse files
author
Justin Lee
committed
raw usage fix missed in last commit
1 parent 74a4edd commit 1289597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/com/mongodb/client/model/Aggregates.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ public static Bson out(final String collectionName) {
393393
* @since 3.4
394394
*/
395395
public static <TExpression> Bson replaceRoot(final TExpression value) {
396-
return new ReplaceRootStage(value);
396+
return new ReplaceRootStage<TExpression>(value);
397397
}
398398

399399
/**

0 commit comments

Comments
 (0)