Skip to content

Commit 09818d6

Browse files
committed
Fix static check warnings in ChangeStreamDocument
1 parent a73ea8e commit 09818d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ public BsonDocument getLsid() {
421421
/**
422422
* The wall time of the server at the moment the change occurred.
423423
*
424+
* @return The wall time of the server at the moment the change occurred.
424425
* @since 4.7
425426
* @mongodb.server.release 6.0
426427
*/
@@ -432,6 +433,7 @@ public BsonDateTime getWallTime() {
432433
/**
433434
* Any extra elements that are part of the change stream document but not otherwise mapped to fields.
434435
*
436+
* @return Any extra elements that are part of the change stream document but not otherwise mapped to fields.
435437
* @since 4.7
436438
*/
437439
@Nullable

0 commit comments

Comments
 (0)