Skip to content

Commit 949b963

Browse files
committed
Remove doc.
1 parent 280ee4f commit 949b963

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,6 @@ public static <R extends DocumentExpression> R current() {
177177
.assertImplementsAllExpressions();
178178
}
179179

180-
/**
181-
* Returns the "current" value as a {@linkplain MapExpression map} value.
182-
* The "current" value is the top-level document currently being processed
183-
* in the aggregation pipeline stage.
184-
*
185-
* @return the resulting value
186-
* @param <R> the type of the resulting value
187-
*/
188180
public static <R extends Expression> MapExpression<R> currentAsMap() {
189181
return new MqlExpression<>((cr) -> new AstPlaceholder(new BsonString("$$CURRENT")))
190182
.assertImplementsAllExpressions();

0 commit comments

Comments
 (0)