Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ public abstract class InsertOneResult {
public abstract boolean wasAcknowledged();

/**
* If the _id of the inserted document if available, otherwise null
* If the _id of the inserted document is available, otherwise null
*
* <p>Note: Inserting RawBsonDocuments does not generate an _id value.</p>
*
* @return if _id of the inserted document if available, otherwise null
* @return if _id of the inserted document is available, otherwise null
*/
@Nullable
public abstract BsonValue getInsertedId();
Expand Down