Skip to content

Commit bc48a5c

Browse files
committed
Checkstyle
1 parent dc61211 commit bc48a5c

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
@@ -65,7 +65,7 @@
6565
* they provide computational operations, the numeric types are less granular,
6666
* and it offers multiple abstractions of certain types (document, map, entry).
6767
* It differs from the corresponding Java types (such as {@code int},
68-
* {@link String}, {@link java.util.Map) in that the operations
68+
* {@link String}, {@link java.util.Map}) in that the operations
6969
* available differ, and in that an implementation of this API may be used to
7070
* produce MQL in the form of BSON. (This API makes no guarantee regarding the
7171
* BSON output produced by its implementation, which in any case may vary due

0 commit comments

Comments
 (0)