Skip to content

Commit dc61211

Browse files
committed
Fix
1 parent 353c75d commit dc61211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* See {@link Expressions#ofNull} for more details.
6060
*
6161
* <p>There is no explicit "missing" or "undefined" value. Users may use
62-
* {@link MapExpression#has} or {@link DocumentExpression#has}.
62+
* {@link MapExpression#has}.
6363
*
6464
* <p>This type hierarchy differs from the {@linkplain org.bson} types in that
6565
* they provide computational operations, the numeric types are less granular,

0 commit comments

Comments
 (0)